All of the answers to my original question have been extremely informative. Here is my next step I'm trying to figure out. How do I make the records being pulled from the database hyperlinks in the PHP code? For example, if it pulls 3 listings based on the user's preferences, I want each link to be "clickable".
I know how to make hyperlinks (obviously) in HTML. But how do I do this in PHP? I can't find the syntax. Thanks, Grant On 3/16/06, Pete <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]>, Jeromie Clark > <[EMAIL PROTECTED]> writes > > >I've been theorizing that having the > >images in the database means that without caching, you're essentially > >looking at a database hit and a pretty significant open data stream from > >the database for each image served, but it's not every day that you get > >to test that kind of thing out in the wild. I'd love to hear about some > >first-hand experiences with that setup in a real-world setting -- I'm > >sure it would be educational. > > Agreed, although the original question was about a real estate system, > which will have significantly less images. > > > >I changed jobs a few months ago, and I'm actually working as a whitebox > >qa engineer > > QA = quality assurance, I assume, but what is the significance of > "whitebox"? > > > > -- > Pete Clark > > Free advertising for your website, business, or organisation at: > http://www.hotcosta.com/resources.php > > > > > > The php_mysql group is dedicated to learn more about the PHP/MySQL web > database possibilities through group learning. > > > > SPONSORED LINKS > American general life and accident insurance > company<http://groups.yahoo.com/gads?t=ms&k=American+general+life+and+accident+insurance+company&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=Kzn1J6ZDdsfc3f-9JZ-bKQ> > American > general life insurance > company<http://groups.yahoo.com/gads?t=ms&k=American+general+life+insurance+company&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=q5Z_Gheyyf5dB3KHCkTGOw> > American > general > life<http://groups.yahoo.com/gads?t=ms&k=American+general+life&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=1O42IK5r5LJ1BBWLyTAAKA> > American > general > mortgage<http://groups.yahoo.com/gads?t=ms&k=American+general+mortgage&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=AC-EcyrN2MPgqHTxt6lmKg> > American > general life > insurance<http://groups.yahoo.com/gads?t=ms&k=American+general+life+insurance&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=P8vNlXr7QopQQ3tGIepE4Q> > Computer > internet > security<http://groups.yahoo.com/gads?t=ms&k=Computer+internet+security&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=OCFX-MPv3cQROoYDEaexxA> > ------------------------------ > YAHOO! GROUPS LINKS > > > - Visit your group "php_mysql<http://groups.yahoo.com/group/php_mysql>" > on the web. > > - To unsubscribe from this group, send an email to: > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------ > [Non-text portions of this message have been removed] The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
