Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Not reloading page after php form submit
Hello helpful souls out there. You guys have come through for me in the recent past and I'm hoping s
try catch error
I have been trying try catch but, I can't get it to work. The code opens a non existing file called
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the
Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
To change the name of label on SAP screen XK02.
Hi All,
Can one suggest me how to change the label of an input field of a sap standard s
SQL query not working well
Hi,
I made a small table with 5 rows and want to make them an sql consult using rownum
Multidimensional Array into an Html table, help!
Hello all, I am new to HTML/PHP so any help would be great.
I have a multidimensional array f
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);