Jump to content

new_england

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

new_england's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi.. I've been using this tutorial from http://www.php-mysql-tutorial.com to create an image album and gallery, and it seems that the uploads work sometimes and not others. Has anyone else used this tutorial and had the same problems and if you resolved them, would you please share with me what you did? Thanks in advance :-\
  2. Hi. Thanks for your reply. I tried to do that, and it is fouled up. It's most annoying. Other than that the script runs fine
  3. I am pulling my hair out trying to add an email link into this query. I almost had it, but it seems to link everything from email down and without the email address being linked. This is NOT the same question I had before if someone is wondering why I started a new thread. This is completely a different link issue. Here's my query and you'll see email half way through the string. Oh, and you're probably wondering why I mingled html in the CONCAT query. Long story!!! Here's the string and thanks $query = "SELECT CONCAT(yacht_name, '<p><br><b>Position:</b></p> ', position, '<p><br><b>Motor or Sail:</b></p> ', motor_sail, '<p><br><b>Length of Yacht:</b></p> ', length, '<p><br><b>Salary:</b></p> ', salary, '<p><br><b>Location:</b></p> ', location, '<p><br><b>Start Date:</b></p> ', start_date, '<p><br><b>Comments:</b></p> ', comments, '<td valign=top><p><br><b>Name of Contact:</b></p> ', name_contact, '<p><br><b>Phone 1:</b></p> ', phone_1, '<p><br><b>Phone 2:</b></p> ', phone_2, '<p><br><b>E-Mail:</b></p> ', email, '<p><br><b>Ticket(s) Required:</b></p> ', ticket, '<p><br><b>Position Filled:</b></p> ', position_filled, '<p><br><b>Date Registered:</b></p> ', DATE_FORMAT(registration_date, '%d %M %Y')) FROM users WHERE user_id=$id";
  4. Excellent... thanks, problem solved...
  5. I did this and this worked, but it shows the link as E Mail and not the actual email address which is what I am trying to accomplish, but this is what worked for me. Can you help me modify it to show the email address? <td align="left"><a href="mailto:' . $row['email'] . '">E Mail</a></td>
  6. Can anyone help me make the below php to make this a <a=href=mailto link? Thanks <td align="left">' . $row['email'] . '</td>
  7. Hey Thanks Man... A social network is sort of like facebook.
  8. Does anybody know of any tutorials or templates for creating a PHP social network?
×
×
  • 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.