No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Well...I'm a gnu/linux guy who currently works as a PHP/C# programmer.
- Interests
- Fish,coding,simpsons
- PC Specs
- Fujitsu C 2220
3 Posted Topics
Re: Greetings. I'm a PHP programming, being forced into a .NET world. | |
Re: 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 … | |
Re: 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 … |
The End.