True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
How would I protect......
I have a from, actually, a good amount of forms. How can I make it so you can't type the characters:
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
Multiple WHILE loops help
Hi there. I'm writing an application that is pulling and displaying results for real estate listing
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: [Select]blog:edit_all,delete_all|users:edit_all
help with this code please?
Hello,
I am trying to build a remote upload script for my image hosting site.
I am usi
Fatal error: Call to a member function fetchrow() on a non-object in C:xamppht
okay i have this query and everytime i add `item_id`=? to it... it gives me the error in the title..
I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means