Re: [PHP] Looking for a programmer & designer to hire
At 02:35 PM 10/16/2003 -0400, Brent Baisley wrote: craigslist.org is a popular spot to post requests for projects, jobs or assistance. If you want official bidding and management assistance, eWork.com is a site I've used before as a bidder. www.webhostingtalk.com has specific forums for discussion and advertising of these topics. Bob Rea Office Manager Dragon Networks 770-458-1350, x 2000 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Variables not passing to mail script
At 03:59 PM 10/27/2003 -0800, Jeff - Harbornet wrote: Disregard last email. I figured it out. Thanks. Care to tell the rest of us? I'm a newby and would like to know. Bob Rea PlusWeb [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.petard.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Enter the clueless newbie
Hi I am just starting to learn php. I'm using Larry Ullman's book in the Visual Quickstart guide series.I have copied out of the book the first example of a form in html and the corresponding php file to display the info. When I click submit in the html page, Konqueror (KDE) asks me where I want to save HandleForm.php. Netscape just does nothing after I hit the submit button. Can someone tell me what I am doing wrong? Here is the code: HtmlForm.html: HTML Form First Name Last Name Email Address Comments And HandleForm.php: Form Results \n"; print "Your last name is $LastName.\n"; print "Your email address is $Email.\n"; print "This is what you had to say: $Comments.\n"; ?> TIA for your help. :) -- Bob Rea ** "On the side of the box, under 'System Requirements', it said 'Requires Windows 95 or better'. So I installed Linux." ** [EMAIL PROTECTED] http://home.earthlink.net/~sfpetard/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Enter the clueless newbie
On Wednesday 27 February 2002 07:04 pm, Bogdan Stancescu wrote: > Are you trying this via HTTP or on the local file? > > Bogdan Oh sorry, running it on my linux box, SuSE 7.3, using apache, files in the same directory. Other files wiht php in them work well. This is my first try at forms and php > Bob Rea wrote: > >Hi > > > >I am just starting to learn php. I'm using Larry > > Ullman's book in the Visual Quickstart guide series.I > > have copied out of the book the first example of a form > > in html and the corresponding php file to display the > > info. > > > >When I click submit in the html page, Konqueror (KDE) > > asks me where I want to save HandleForm.php. Netscape > > just does nothing after I hit the submit button. > > > >Can someone tell me what I am doing wrong? > > > >Here is the code: > > > >HtmlForm.html: > > > > > >HTML Form > > > > > > > >First Name >NAME="FirstName" SIZE=20> > >Last Name >NAME="LastName" SIZE=40> > >Email Address >NAME="Email" SIZE=60> > >Comments >ROWS=5 COLS=40> > > >VALUE="Submit!"> > > >VALUE="Reset"> > > > > > > > > > >And HandleForm.php: > > > > > > > >Form Results > > > > > > > > > > >/*This page receives and handles the data generated by > > HtmlForm.html*/ > > > >print "Your first name is $FirstName.\n"; > >print "Your last name is $LastName.\n"; > >print "Your email address is $Email.\n"; > >print "This is what you had to say: $Comments.\n"; > > > >?> > > > > > > > >TIA for your help. :) -- Bob Rea ** "On the side of the box, under 'System Requirements', it said 'Requires Windows 95 or better'. So I installed Linux." ** [EMAIL PROTECTED] http://home.earthlink.net/~sfpetard/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php