Re: [PHP] What if this code is right ? It worked perfectly for years!!

2009-08-24 Thread Chris Carter
Is there any alternative method to do this !!! Sending email through PHP? Paul M Foster wrote: > > On Mon, Aug 24, 2009 at 09:12:19AM -0700, Chris Carter wrote: > >> >> Hi, >> >> The code below actually takes input from a web form and sends the fields &g

[PHP] What if this code is right ? It worked perfectly for years!!

2009-08-24 Thread Chris Carter
Hi, The code below actually takes input from a web form and sends the fields captured in an email. It used to work quite well since past few years. It has stopped now. I used Google's mail servers (google.com/a/website.com) http://www.thankyou.com/thankYouContact.php"; ); ?> This is the simples

[PHP] Code Not entering the value in the Database

2009-01-20 Thread Chris Carter
Hi, My code is not giving error but not doing the desired action. I need to append a value in database just when the user logs in after entering the username and password. So I am not presenting the user with a account but just a thank you page. Steps: 1) User enters the user name and password

[PHP] Sometime the code works and sometimes doesn't

2009-01-16 Thread Chris Carter
Hi, Here is a code for PHP password sending. There is some strange thing happening. This code DOES WORK but not always. So I might be able to get the password in my mailbox once but not always. What could be wrong. "; $messages= "Hi \n\n Your password for login to our website is retrieved.\n\n"

[PHP] To check for existing user in database

2009-01-15 Thread Chris Carter
Hi, I know this is very basic question, this is so because I am a basic programmer struggling to make things work. Where in this code should I be trying to check if the user already exists and throw an error saying "The user already exists ding ding ding". The check has to be done with the email

[PHP] Data trasfer between PHP pages

2009-01-12 Thread Chris Carter
Hi, I have one form where user fills data using radio buttons. Only one answer goes from here to another page. FORM 1 5 1 3 --- FORM 2 There is another page has a form with 14 fields PLUS I need the data of the previous form to be hidden somewhere in this fo

[PHP] php Login script issue

2007-09-16 Thread Chris Carter
Hi, Its just a login and password validation that I am trying to achieve. If the username is correct then the person is able to view certain page, if incorrect then he is directed elsewhere. Successfully,Logged in logout.php Log OUT welcome.php Click here if your browser is not redirecting a

[PHP] PHP Rating system

2007-07-29 Thread Chris Carter
Hi, I am trying for a php rating code that can utilized for a restaurant requirement. First of all I am not sure if there is database that is obvious with rating system. In case it is or even if its not, is there some site and code available from where the code can be used. I have tried some but

[PHP] PHP Session variable

2007-03-27 Thread Chris Carter
Hi, I have retrieved 4 values from database. Out of which 3 are displayed on the same page and one variable, which is email address, needs to be carried to the next page through a hyper link, the next page is actually a web form. I can do this by either transferring that variable through query st

[PHP] Any automated php email sending solution please?

2007-03-08 Thread Chris Carter
Any software that anyone is aware of for sending automated emails. I have some email addresses in my database, now I am looking forward to send HTML Formatted emails to those email address without having to pick up each email address and send it. I am using php on my site and cPanel is where I am

[PHP] How to call image from mySql to php file

2007-02-21 Thread Chris Carter
I have a field in database called "logos" which has one value "images/logos/some_logo.jpg" In my php I am trying to call it in my php file as image. With this code. $sno = $_REQUEST['sno']; $query="SELECT logos FROM table WHERE sno = '$sno'"; $result=mysql_query($query); $num=mysql_numrows($r

Re: [PHP] PHP Dynamic data in CSS Pop Up got but just one.

2007-02-21 Thread Chris Carter
out coz there is not data. Now, when I click on the 21st row for the data, it opens up the first row only and not at the location of 21st row. Thats one thing I am facing right now. Thanks again. Jochem Maas wrote: > > Chris Carter wrote: >> Hi, >> >> I am trying t

[PHP] needed Yahoo like window for db query.

2007-02-18 Thread Chris Carter
Need some help on getting some database result in a css popup like yahoo. The requirement is to open a div or a window similar to yahoo one. As you can see from the link below. http://news.yahoo.com/s/ap/20070218/ap_on_go_co/us_iraq On this if you click on the Images next to the links "Iraq", "P

[PHP] Banner rotation with links

2007-02-14 Thread Chris Carter
How can I rotate a banner as well as the link in it within a page using PHP. This can be done as a include file php. Anybody please supply some code or a link for this. Thanks in advance. Chris -- View this message in context: http://www.nabble.com/Banner-rotation-with-links-tf3228157.html#a89

[PHP] Any Internal search engine in PHP?

2007-02-10 Thread Chris Carter
Hi, I had been trying some search engines for internal searches within my website. I tried google co-op which failed as the results were showing on supplemental index. The one provided by cpanel does not show more than 2-3 URLs in results. Please advice if you know about any php based search engi

[PHP] Open pop-up stylish window

2007-02-06 Thread Chris Carter
Hi, I am looking for a way to open a preview window. This should be a seperate pop-up but within the same page. The moment the user clicks for say "more details »" .. this should not open a next page or a pop-up window but a dhtml transparent window that has the short discription. This window mig

[PHP] Pop up window in PHP code

2007-02-03 Thread Chris Carter
I am trying to open a Java script pop up widow from within the php code. Not able to get it done, the error I think is in the use of "" '' .. I mean double and/or single quote. Do not know how to place those. Please advice. The code is below: echo " $shopname $category $subcategory $level j

Re: [PHP] Include file error, common one I think

2007-01-13 Thread Chris Carter
you help!!! Thanks, Jochem Maas wrote: > > Chris Carter wrote: >> Hi, >> >> I have used this file in my index file. When I run this file separately >> it >> shows the random image but not when I include on my index.php. > > your image script

Re: [PHP] Include file error, common one I think

2007-01-13 Thread Chris Carter
Hi, I have used this file in my index file. When I run this file separately it shows the random image but not when I include on my index.php. Thanks in advance, João Cândido de Souza Neto wrote: > > Is it the whole code of your file, or is there any other html code? > > &