Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~9K People Reached
About Me

Well...I'm a gnu/linux guy who currently works as a PHP/C# programmer.

Interests
Fish,coding,simpsons
PC Specs
Fujitsu C 2220
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Dani
Member Avatar for jamesjoseph1
0
9K
Member Avatar for scoobie

Hi Scoobie: It is very easy to embed Javascript in PHP. Remember that PHP code is executed on the server while JavaScript is executed by your browser. This means that javascript, like HTML, simply needs to be printed from PHP. Below I've placed two examples of how you can change …

Member Avatar for shridharshenoy
0
645
Member Avatar for crippz

Crippz: Obtaining POST and GET vars in PHP is pretty easy. Try replacing: ini_set ('display_errors',1); register_globals print "{$HTTP_GET_VARS['name']}"; with print($GLOBALS['HTTP_GET_VARS']['name']); If that does work, just for kicks, try this as well: print($name); Good luck! [QUOTE=crippz]hi i've just started learning PHP. i have downloaded phptriad 4.1 so that i can use …

Member Avatar for Banderson
0
127

The End.