[PHP] Hoping for a hand with a login script

2009-09-10 Thread Watson Blair
Hey guys,This is a simple issue I'm sure, however I'm having one hell of a time seeing my way clear of it. I appreciate any support you guys could throw my way. So I'm trying to set up a small website that includes a store ( www.rareintaglio.com), i have all of my HTML hammed out and now I'm worki

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Watson Blair
Hey Tommy,Thanks for the link, I found a few typos in my variables, and Query. but now it's returning: Results: Resource id #2 *Warning*: Cannot modify header information - headers already sent by (output started at /home/content/i/n/t/intag/html/session.php:16) in * /home/content/i/n/t/intag/html

[PHP] Wondering if anyone has experince with lastRSS

2010-02-27 Thread Watson Blair
Hey all, I'm looking at lastRSS as a solution for displaying an Ebay RSS feed on a website, however i'm having a hard time wrapping my head around it, could you guys suggest a good tutorial? also, if there are better solutions for what i'm trying to do, bring it on. Thanks, Watson

Re: [PHP] Wondering if anyone has experince with lastRSS

2010-03-02 Thread Watson Blair
ya, tried that one and next to nada came up... well nothing useful anyways On Sun, Feb 28, 2010 at 2:37 PM, Rene Veerman wrote: > yea, google for "lastrss".. or get wild and google for "lastrss > example or tutorial" > > > On Sun, Feb 28, 2010 at 12:05 AM,

[PHP] Pulling my hair out over an include_once();

2010-03-20 Thread Watson Blair
Hey all, i'm sure i'm missing something glaringly obvious, but i have yet to find a solution to this online... so heres the line of code that i'm getting hung up on: http://www.jennysjunket.com/magpierss/rss_fetch.inc";);?> which gives me this: *Warning*: include() [function.include]: URL file-a

[PHP] Re: Pulling my hair out over an include_once();

2010-03-20 Thread Watson Blair
ah, i forgot to properly phrase my question... what am i doing wrong, and how do i make it work? slash, could you guys/girls point me towards a tutorial that will give me a hand? Thanks again, Watson On Sun, Mar 21, 2010 at 1:00 AM, Watson Blair wrote: > Hey all, i'm sure i'm miss

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-20 Thread Watson Blair
:12 AM, Watson Blair wrote: > >> ah, i forgot to properly phrase my question... what am i doing wrong, and >> how do i make it work? slash, could you guys/girls point me towards a >> tutorial that will give me a hand? >> Thanks again, >> Watson >> >&g

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-20 Thread Watson Blair
the file from your browser and store it with your site, >> then include it locally. It'll be also faster this way. >> >> Regards, >> Stan Vassilev >> >> >> >> ah, i forgot to properly phrase my question... what am i doing wrong, and >>> how do i m

[PHP] Contact form....

2010-04-26 Thread Watson Blair
Hey guys, so ive coded a sucessfull contact form before, but for some reason this bit of code is giving me the run-arroundl so my HTML end is: Send E-mail to: General Information Founder and President: Professor

Re: [PHP] Contact form....

2010-04-26 Thread Watson Blair
I knew i was missing something although it still doesn't work... i'm still getting : "; $send_contact=mail($to,$subject,$message, $header); if($send_contact){ echo "Thank you for Contacting Us!"; } else { echo "An error occured while sending your message, review your information and please try

Re: [PHP] Contact form....

2010-04-26 Thread Watson Blair
min Hawkes-Lewis < bhawkesle...@googlemail.com> wrote: > [off-list] > > On Mon, Apr 26, 2010 at 8:16 PM, Watson Blair > wrote: > > the file send.php is: > > > > > > > $subject =$_POST"subject"; > > > > $message=$_POST"message&