Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: padaman420
  • Order by date
  1. padaman420

    Formating question

    I' actually getting an error on this line "<td width=\"67%\"> . $interview_list['artist'] . </td>"; and it gives me a " PARSE " error ??
  2. padaman420

    Formating question

    Would this be ok for my needs ???? ----------------------------------------------------------- mysql_connect("localhost","******","*******"); mysql_select_db($database_indamix, $indamix); $query_interview_list = "SELECT artist, intro, image, `date`, col FROM interviews"...
  3. padaman420

    Formating question

    ok i'll try another way Instead of of having all the records showing up in the same table, i would like them to show up in different tables with the same table design. If I have one record well the result would be one table with the info, if there's 2 records, well they would be 2 tables...
  4. padaman420

    Formating question

    Mys question is the following I created a table wich is used to post my query result. what do I have to do if a want my site to generate a new table for each record set in my database ??? thanks in advance for your time and help
  5. padaman420

    How do i convert id tags to HTML

    I another question . . . How do i convert the id tag at the end of my url in order to optimize my page for search engines ie: /index.php?news=carlcox for an html url
  6. padaman420

    Linking an image to a url stored in the same record set

    Would it be because there's no img src tag in the code ???
  7. padaman420

    Linking an image to a url stored in the same record set

    It didn't work but if someone finds out let me know !! For the rest everything is working fine !! Thanks a laot for all your help. My first issue treated on this community but it was very effective !!
  8. padaman420

    Linking an image to a url stored in the same record set

    I use Interakt extensions for my file upload behavior. this is the code it generates for my image source <?php echo tNG_showDynamicImage("../", "../featured_event/", "{featured_event.photo}");?> Where would I put it in this code for it to work <img src='" . $row_featured_event['image'] ...
  9. padaman420

    Linking an image to a url stored in the same record set

    First off thanks for your patiente in this case, ok whe're almost there !! The issue i'm havving id that the link is actually pointing to the actual directory my page is in plus the url at the end instead of pointing to an external url (ie ../news/www.urlvalue.com ). plus I need to link to...
  10. padaman420

    Linking an image to a url stored in the same record set

    Ok I found it, now how would I format it now so i get the expected end result
  11. padaman420

    Linking an image to a url stored in the same record set

    Or can I just add a php tag in my dynamic table to fetch the information.
  12. padaman420

    Linking an image to a url stored in the same record set

    this is the code generated by dreamweaver mx ----------------------------------------------------------- $maxRows_featured_event = 4; $pageNum_featured_event = 0; if (isset($_GET['pageNum_featured_event'])) { $pageNum_featured_event = $_GET['pageNum_featured_event']; }...
  13. padaman420

    Linking an image to a url stored in the same record set

    QUOTE " $mylink="http://www.google.com"; " can my $mylink="[field]" ????
  14. padaman420

    Linking an image to a url stored in the same record set

    quote " for the link attach an onclick event to the <img> tag or add the img tag between <a></a> links" the link is store in the database with the image in another field, how do i apply it to the onclic procedure. I'm a newbie to php.
  15. padaman420

    Linking an image to a url stored in the same record set

    I would like to know how to apply a link to the an image, the url is stored in the same recordset as the image. And also I would like to know the php code that would allow me to post a url from a database entry. Cause right now the infomation that shows up on my page is plain text and I would...

Part and Inventory Search

Back
Top