I have a small PHP file which I use to generate a txt sitemap. Currently, I'm manually chmoding the sitemap.txt to 666 permissions, running the...
I hadn't known of that, thanks, I'll take a look at it.
Hmm, I'm not sure if that would work properly. Wouldn't that return anything with a 1 in it, rather than just 1, eg 1, 10, 11 etc. I agree,...
A database I'm currently working with has a number of values stored in a comma delimited array due to the way it's getting the data. What I'd like...
Yes, XMLReader seems to be doing the trick. The file has over 1,300 entries, so I thought this way would be best.
Okay, I want to extract information from an XML feed hosted elsewhere, using PHP, and then add the information to a MySQL database. I'd be running...
I'm not quite sure what this code in a .htaccess file does order deny,allow deny from all allow from localhost 127.0.0.1 I think it's...
No, the field is still there. I checked that because that's what my first thought was. The Apache upgrade was part of a general upgrade of PHP,...
Okay, Apache has recently been upgraded on my server. The following code, which was previously working fine $sql = "SELECT ug.user_id,...
Separate names with a comma.