hi! I am trying to enable register_globals at php.ini but after change the line at php.ini of php5 from register_globals = Off to register_globals = On it...
hi Raj if u r using windows then the php.ini file in php installation folder doesn't matter... instead the php.ini file in the windows folder is in effect... ...
Hi everyone, I would like to ask, if you guys ever encountered a update or insert for problem for text data. You see i tried to INSERT or UPDATE an entire...
... Limit what you are trying to achieve. Maybe start with problem one, how to display in a web page & then move on to reading the database. I got myself a...
Alf Stockton
alf@...
Apr 1, 2006 8:30 pm
3589
Hi Gaurav, Btw I'm new here, but I would like to ask the purpose of having to enable register global. I know that register global function is to enable all...
hi, i coded some basic file downloader (for word, excel, powerpoint, pdf, etc files). My question is, do i have to use a special header before sending the file...
plz read the security section of php manual where you found a page named "Using Register Globals" that may help you. regards, Raj Banga. ... [Non-text...
Thanx for your enquiry.... The problem is no more as it is solved by Mr Rupom.... Thanx ... how do you define "symbol" in database?? as varchar or char??? (i...
Hello.. I need basic details to get started with pop3 email handling through php. I want to read emails on the server but after reading them the mails should...
Hello.. What is the procedure for running a php script automatically as soon as our mail server receives a new email. please help in setting up the flags of...
I have a database (frencheng) with, let's say, three columns ["id", int(9) ; "frc", text ; "eng", text ]. Field "id" is set to auto_increment starting at...
Hi everybody, I need a help. i need code for do the following: 1. Create Folder. 2. Create File with extensions .htm or .php. or .doc Aminul ... New Yahoo!...
here is a script i use for ensuring a folder creation, i'll let someone else handle the file creation $filedir = 'uploads'; $extension = explode ('.',...
hi adrianyong wherever in query u pass the text field.. just put it in the function str_replace() function and replace all (") with (\").. simple.... isn't...
hi andres, firstly u need to find out thru php code (explode) function the extension of the file and accordingly send the content-type header to browser and...
Hi everybody, I need a help. Have anyone know how to create shell script to run php script at the cronjob in linux Redhat 9. Zahari Send instant messages to...
Hello, I need urgent help to give me the code in PHP/JavaScript related works for getting out the total WHOIS DNS record in the Internet. Regards, Raj ... ...
hi, $db_select = @mysql_select_db('test','$db_connect'); i think the problem is in this statement... as far as i know mysql_connect returns int.. and hence u...
hi, u don't need to create shell script.. u have to write php execution statement in the cron file... with proper time parameters... bye Gaurav Rustogi ... ...
hi, this will work $db_select = @mysql_select_db('test',$db_connect); i think the problem is in this statement... ... -- Regards Akhil Bansal [Non-text...
after rectifing still its not uploaded Sukalyan Banga <?php $linkid=mysql_connect("localhost","root",""); if (!$linkid) { echo "connection complate"; } $db...
... Hi, I guess you have not written the proper shebang line . It must be #!/usr/bin/php or something specific to your system. Pl. write this line at the first...