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"...
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...
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
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
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 !!
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'] ...
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...
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'];
}...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.