is there a way or a place i can write some scripts? i dont have access to a php server.
thanks
install one on your own system.
go to a website that supports php.
i just have my pc and would like to learn php coding. i know other languages but would like to get into php. can i install php on my pc? or better, do u know any free hosting site like geocities that supports php? thanks for your help...
u know any?
http://f2s.com or look it up in google (http://google.com)
oh.. one more site to look up hosts: http://hosts.php.net
hows it ogin, I am just getting into php and am trying to write some scripts, when i make functions and try to use some i get an error cannot redeclare function()/at/my/destination/function.php on line whatever lol, can some please help me and tell what does redeclare mean
know any free ones? i dont need much,just a place where i can test my php scripts. thanks
Forget hosting, get yourself a copy of foxserv of phptraid. Foxserv comes with PHP, a webserver and a MySQL database, and it installs perfecty on almost any windows machine. Idea for a beginner.
Oh, and where to get them: www.google.com
someone suggested that i install php on my pc but your suggestion sounds easier...what exactly is foxserv? is it a platform for php programming? which one should i get, FoxServ-complete or FoxServ-webinstall? thanks
Foxserv just installs apache, mysql and PHP so you can write scripts and test them on your local machine.
I use the complete version, that does not require an internet connection to install.
hello visit http://www.phpbuilder.com or <a href="http://www.phpbuilder.com">php</a>
hello visit http://www.phpbuilder.com or <a href=&qt;http://www.phpbuilder.com&qt;>php</a>
i installed foxserv. where exactly is it that i write my php scripts?
In the documenteroot of the webserver it has set up. read the documentation 🙂
i installed foxserv and when i try to run the php.exe in php directory i get the following in a msdos window:
error parsing c:\windows\php.ini on line 325
any idea why this happens?
why would you want to run php.exe from the commandline?
the error means: you created a function that's already known in php, e.g. print() ...
try another name for it.