Help on code output
My CODE:
Code: [Select] echo "<phone>".$line["phone"].&qu
How to know if online site made with PHP
Hello,
I see some sites that does not display extensions at all , for example:
www.site.co
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
parse error
Parse error: syntax error, unexpected '[', expecting ')' in /Users/admin/Sites/phptest/array.php on
Stopping page post back
I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb
Call Screen statement Error
Dear Experts,
is there any setting that needs to be done before creating any dialog progr
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
simplexml_load_file and rss problem
Hi,
I have a problem parsing an rss feed using simplexml_load_file - this is strange as i hav