July 3rd, 2009
Hi, I have programmed for years in a couple of languages (providex and bbx) now I want to work on PHP, Have you any suggestions on how to find a job as PHP programmer? Thank you in advance
Tags: Experience, Find, Language, Other, Programmer
Posted in Questions | 5 Comments »
July 2nd, 2009
Can I use mkdir or any other php function to add a password to a directory?
Tags: Code, Create, Directory, Password, Protected, There, Website, Your
Posted in Questions | 5 Comments »
July 1st, 2009
I have a PHP form. It asks for a 5 digit zip code, I have it set now to make sure they enter something in the field with Javascript validation, but how can I validate they have entered a 5 digit number? Please include sample code or link to sample code. Thanks so much.
Tags: Code, Digit, Validate, Would
Posted in Questions | 5 Comments »
June 30th, 2009
I need to extract an object from a jpeg using php, and I think the only way to do it is to group all pixel with the same colors. But those extra pixels (which I think are noise), I can’t extract the picture correctly. I’m not sure of what function to use.. Please help! Thanks in advance.
Tags: Jpeg, Noise, Picture, Remove
Posted in Questions | 1 Comment »
June 29th, 2009
I have a colum in a MySQL database that uses datatype TIMESTAMP to save the date and time that a new row is inserted. This displays like 2008-09-21 09:31:25 when retrieved and echoed using PHP.
How can I use PHP to display the data like 21-Sep-08?
Tags: Convert, Format, Into, MySQL, Timestamp, Using, Want
Posted in Questions | 3 Comments »