Advertisement

1 - 10 of 48 containing alltags:("v4") (0.001 seconds)
Hi, I'm having a nightmare at the moment with my webhost 1and1. I run a website forum based around a mysql database, however, it all stopped working and I have been informed this is because I ha...
Zones: MySQL Server, PHP and DatabasesDate Answered: 06/26/2008 Grade: A Views: 0
I'm fairly new to PHP, and I'm looking for some sample Expat code that rolls the following XML into a PHP array: <Casetrack RelativeMonth="1" Day="1"/> <Casetrack RelativeMonth="1" Day="2"/> <...
Zones: PHP, PHP and DatabasesDate Answered: 10/21/2008 Grade: A Views: 6
I'm trying to roll an XML file into a PHP array using Expat Parser, and I'm relatively new to PHP.  I came across the following code: http://us.php.net  /xml_set_element_handler.  (The sample code ...
Zones: PHPDate Answered: 10/20/2008 Grade: A Views: 9
I'm relatively new to PHP and I'm trying to roll an XML file into a PHP program using Expat parser.  Candidly, I'm in over my head, I should probably be using Simple XML to parse the XML file, but ...
Zones: PHP, PHP and DatabasesDate Answered: 10/21/2008 Grade: A Views: 13
I can CREATE (and populate) a 2D array using something like this: $fruits = array ( "fruits"  => array ( "a" => "orange",                                        "b" => "banana",               ...
Zones: PHPDate Answered: 10/21/2008 Grade: A Views: 16
The following sample came out of w3schools.com (http://www.w3schools.com/PHP/func_date_getdate.asp).  I don't understand the lack of quotes wrappers around weekday, month, mday, year.  Isn't $my_t ...
Zones: PHPDate Answered: 10/27/2008 Grade: A Views: 10
I created two functions and assigned their values to two arrays, $weekdayOfFirst and $lastDayOfMonth.  I then created a few lines of code to test the functions and the associated arrays.  (See the ...
Zones: PHPDate Answered: 10/28/2008 Grade: A Views: 14
I just placed the "thinking-only" PHP (the PHP that doesn't produce an HTML output) above the HTML declaration.  The PHP and HTML on the page work fine, but I wasn't sure if there was an optimal lo...
Zones: PHPDate Answered: 10/28/2008 Grade: A Views: 7
I want to call the following code, but instead of "Anderson" appearing in a submit button, I want "Anderson" to simply look like a hyperlink.  Suggestions?
Zones: PHPDate Answered: 11/03/2008 Grade: A Views: 5
How can I format the value 7 as 007, the value 14 as 014, and the value 372 as 372?
Zones: PHPDate Answered: 11/09/2008 Grade: A Views: 4