Re: [php-list] PHP Form

2006-02-04 Thread kuppu samy
Hi Chris, It seems the file "connect_dr.inc" is not present in the specified location. and u said if there are errors the user have to see the same form page, if ur going to check for error, in the target page,in target page, when find error, juz redirect to the page where form is present, u

[php-list] file permission in windows using php

2005-12-09 Thread kuppu samy
hello members, I have a doubt that how to set a directory, file permissions in windows using php. thanks in advance. __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

Re: [php-list] Can XMLHttpRequest work with PHP + webserver on Linux

2005-12-01 Thread kuppu samy
Hi Gurudatta, XMLHttpRequest works fine with PHP + Apache on linux. Regards. --- Gurudatta Raut <[EMAIL PROTECTED]> wrote: - Please Help, solve my mystery. XMLHttpRequest was invented by MS, so is it possible to have AJAX in PHP using XMLHttpRequest with Apac

Re: [php-list] Need Ajex complete tutorial

2005-11-27 Thread kuppu samy
Hey Imran, Dont get confused. see the sites below, have the cool tutorials about AJAX here.OK. http://www.yourhtmlsource.com/javascript/ajax.html http://en.wikipedia.org/wiki/AJAX#Tutorials.2FExamples http://www.sitepoint.com/print/remote-scripting-ajax http://developer.mozilla.org/en/docs/AJAX:

Re: [php-list] Database inserting problem

2005-11-26 Thread kuppu samy
U have to read the whole value, before u pass it to the next page,so place the variables with in single quotes when u get the values , i mean before passing it to the next page. Try this. --- valentin <[EMAIL PROTECTED]> wrote: - Hello there. I want to insert in

Re: [php-list] How to replace double quotes with single quotes

2005-11-25 Thread kuppu samy
Try str_replace with "\'" to replace """. may solve ur problem __ Enjoy this Diwali with Y! India Click here http://in.promos.yahoo.com/fabmall/index.html Yahoo! Groups Sponsor

Re: [php-list] leaving the current HTML page and loading another

2005-11-04 Thread kuppu samy
Hi Adrian, Yes there is a technology to do this in PHP. The name of this technology is "Ajax". u can have it from one of this URL. http://www.sitepoint.com/print/remote-scripting-ajax http://www.webessence.nl/artikelen/JavaScript/XMLHttpRequest/#XMLHttpRequest Read this page and get the codes