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...
http://www.experts-exchange.com/Database/MySQL/Q_23454952.html
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"/>
<...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23829304.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23829671.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23833494.htm...
I can CREATE (and populate) a 2D array using something like this:
$fruits = array ( "fruits" => array ( "a" => "orange",
"b" => "banana",
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23835268.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23851287.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23856020.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23856241.htm...
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23872650.htm...
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23876424.htm...
Zones:
PHPDate Answered: 11/09/2008 Grade: A Views: 4