Jump to content

bitejones

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bitejones's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, sincerely hope i can get some help here. im pulling some images from my database but i want to display them horizontally for example 3 or 4 images in a row then it moves to a new row. so far i have only being able to display the images vertically. I am not sure if i should be using css or there is a way to do it with php. would appreciate any assistance. I have been tryin to get this done for sometime now and i need to complete this project. I'm new at this
  2. have been trying to use the php automatic mail function to send email to users who have forgotten their passwords....this function was working perfectly fine, i was recieving the emails perfectly, then all of a sudden the emails are no longer been delivered, i realise that the code is been executed because i am not getting a error on the code, just that when i check my inbox there is nothing there..... $to= $search_email; $subject="Forget Password"; $message="Hello Your Password as been recovered, Please do not reply to this mail, your password is "; $message.=$search_password; $from="forget_password@xoionlin.net"; $headers="From: $from"; if( mail($to,$subject,$message,$headers)){ $sign=1; } as i said this was working perfectly before, all of a sudden its no longer working, HELP PLEAS
  3. Hi, I have a problem, i am really new at php, and i am trying to build a website, but have an article that im outputting to my main page, but i only want to display like the fist 50 words of the article. i have no clue how to do this so i would really appreciate it if someone help me...only the first 50 words or so, the user will have the option by clicking on more to continue reading...thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.