PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
scandir clients directory
hi,
how can i scandir the clients directory? i need a script that when i click a button it will u
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Adding post count
How would I make it so everytime someone clicks submit on my form, their row in the database for the
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d