Entries for the ‘PHP’ Category
What is the difference between SMTP and SMTP emailing software with PHP?
Saturday, September 10th, 2011How can I find a job as PHP programmer if my experience is in other language?
Sunday, September 4th, 2011How would i turn a GPS cord into a address with Php and Mysql?
Thursday, September 1st, 2011I want to build a site similar to foursquare. I know with JavaScript on a iPhone i can get the GPS Cord and pass it to Php. I know i would need a database or api with the latitude and longitude with the address linked to it. Can i buy a database or any good api’s to get this data? Never messed with Location data before but wrote other web apps before.
How Do you setup a php register and login system?
Monday, August 29th, 2011What webservice to use for getting gold/silver price online by php?
Friday, August 26th, 2011How do you use php on a site that doesn't allow for server-side scripting?
Tuesday, August 23rd, 2011What is the process to build a PHP website and what software will I need?
Saturday, August 20th, 2011How can I write html code into a php file?
Wednesday, August 17th, 2011I am trying to write some html code that (I have saved into an array), into a php file.
I am using fwrite() but the php file after executing the code looks stuffed with html code instead of the respresentation of the code like the nav bar for instance and such. How can I write html code with the fwrite function? Thanks.
