[PHP] PHP Web Developer Opportunity

2013-03-04 Thread Allison Garcia
*SMALL WORLD LABS is looking for a PHP WEB DEVELOPER * Small World Labs is looking for a PHP Web Developer to be a part of our team. The position is focused on managing, supporting and expanding the Small World Labs social collaboration and online community platform. This role will interface with

[PHP] Testing on the local server

2005-11-18 Thread Allison
First of all, I'm completely new to PHP and pretty new to web programming/management in general, so if you respond, try not to use any really complex terms or anything that I may not understand! right now I have an existing PHP site that I downloaded for editing. But I am having problems viewin

RE: [PHP] php works in IE not Firefox?

2005-05-14 Thread Simon Allison
By the time a properly executed script(executed on the remote server) gets to your computer, regardless of the fact it was done in php(or any other server side language for that matter) it will just be plain html. Once it makes you computer the file/html will be the same as the same page written in

[PHP] Repeat Accross, then down

2005-04-22 Thread Simon Allison
Say for a photo album with photo paths taken from a database (or anything from a database for that matter) how can you use PHP to repeat across for three photos and then add a new row with the next 3 photos and so on and so on?

[PHP] Seleting records

2005-03-16 Thread Simon Allison
Hello, My news table has a year field as such Year 2000 2000 2001 2001 2003 2005 2005 I was wondering if you could select from this table so you only get one of each year, so the output would be 2000 2001 2003 2005 Is this possible, I was trying to think of a

[PHP] Reading posted form variables

2005-03-15 Thread Simon Allison
Hey, I have a form which allows users to enter a message and then submits to a confirmation page which displays the submitted message, and it has a form with a hidden field which uses php to retrieve the message posted from the initial page and posts that message if the user clicks the submit b