Character Set Setup
Whats the best character set to use if you want every character to work, and also how do you make yo
Must be a string? Huh, what? HELP?
with the following script, I get
Fatal error: Property name must be a string in /home/content/e/
session variable problem
Session variable is not working in Fire fox i am getting null value but it is working fine in IE.
PHP Code To Change Font Color in Table Cell
I would appreciate help with the following snippet of my php code. I am just trying to change the f
Socket Server
In my following socket server, I am trying to listen to a connection through port 12345 in my web br
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Getting PHP to ammended the selected in option field
Hey Guys
thanks for everyones help so far. This site and its users are oozing awesomness.
Creation of Raw Exposure manually
SAP Gurus
I am creating Raw Exposure ( Hedge management ) thru T Code TEM10 with followin
how to export excel file in same server
My first post - php newbie, so appreciate your support.
I'm currently using headers to save w
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<