RE: [PHP-WIN] post thru fsockopen
-Original Message- From: James Crow [mailto:[EMAIL PROTECTED] Sent: den 17 april 2007 18:59 To: php-windows@lists.php.net Subject: Re: [PHP-WIN] post thru fsockopen On Tuesday 17 April 2007 10:46:58 Joakim Ling wrote: > Hi there > > Im tring to send a file with a php script, Im using p
[PHP-WIN] PHP & Javascript
Please suggest a way to pass the value contained in a PHP variable to Javascript. I have $ID with a certain value in PHP and want to do a Javascript window.location="Another.php?UID="+2; and replace the above hardcoded 2 with the value in $ID. -- Regards, Alf Stocktonwww.stockton.co
RE: [PHP-WIN] PHP & Javascript
Google is your friend: http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGG L:2006-19,GGGL:en&q=javascript+querystring -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 8:05 AM To: php windows Subject: [PHP-WIN] PHP & Java
Re: [PHP-WIN] PHP & Javascript
Google! is your friend, but I acutally enjoy typing. :) Do something like this: window.location="another.php?UID=$thevariablecontainingthenumbertwo; ?>";or something like that. :) You know, PHP parses before the browser gets t
Re: [PHP-WIN] PHP & Javascript
Mikael Grön wrote: Google! is your friend, but I acutally enjoy typing. :) Do something like this: window.location="another.php?UID=$thevariablecontainingthenumbertwo; ?>";or something like that. :) You know, PHP parses befor
Re: [PHP-WIN] PHP & Javascript
And don't forget to add $thevariablecontainingthenumbertwo = intval($thevariablecontainingthenumbertwo); or stripslashes Mikael Grön wrote: Google! is your friend, but I acutally enjoy typing. :) Do something like this: window.location="another.php?UID=$the
Re: [PHP-WIN] PHP & Javascript
fyi your talk about simple javascript using PHP?? that's a lame.. u need to upgrade your skill for using AJAX actualy google is your friend.. but what u want anyway.. u must to describe the case not some talking like above - Original Message - From: "Mikael Grön" <[EMAIL PROTECTED]> To: "