Jump to content

tier1rep

New Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by tier1rep

  1. I appreciate the response. I will do alittle more research based on your sugestions and see if i can create what im looking for. Thanks again for the direction.
  2. ok so i have 2 questons. 1) s it possible build a page in HTML , ID certain tables or text placeholders around the page and have them call data form fields in the table? everything i see is echo'ing or printing the data in a table on the page but not where i need the table to show like next to an imaga or so.. is it possible to set the cell or table as a placeholder to auto call data from the connected database? hope i explained that right. 2) I seen some posts about this but nothing that i could understand.. what i want to do is make a table call it GFX, have a field called files and have named something liek img001, img002, img003 and so on. and what i want to do is on the website someone can click a drop down list or something labled Photos, they can choose "waterfall 1" and that will inturn load the the waterfall 1 photo labled img069.JPG in my "image" folder. but i wnat the photo to either come up in a specified placeholder on the page or even a popup window, either will be fine... I know its alot. I hope i explained it right. if anyone could answer ether of these i would be SOOO gratefull *********BTW, I will be creating in Dreamweaver cs5 if that matters. ++++++++++++++++++++++++++++ Server info: Windows server 2008 sp1 webserver IIS7 PHP 5 mysql 5.5 PHPmyadmin 3.5.3
  3. ok i appreciate all the responses. sorry it got off track there but i think my issue is a problem that might be hard coded into that Flash SWF file which i will not be able to corrct so i will think i will just build new site. but one question i have that i cant seem to find an answer to ... is it possible build a page in HTML , ID certain tables around the page and have them call data form fields in the table? everything i see is echo'ing or printing the data in a table on the page but not where i need the table to show like next to an imaga or so.. is it possible to set the cell or table as a placeholder to auto call data from the connected database? hope i explained that right. thanks
  4. this is the coding on the index page <? //MySQL Variables $db_host = "localhost"; $db_user = "pmiller"; $db_name = "murrayju_miller"; $db_pass = "admin191"; $connect = mysql_connect("$db_host","$db_user","$db_pass"); $select_db = mysql_select_db("$db_name"); $q = mysql_query("INSERT INTO `fields` ( `id` , `name` , `content` ) VALUES (NULL , 'setup', 'mer');", $connect); $q = mysql_query("INSERT INTO `fields` ( `id` , `name` , `content` ) VALUES (NULL , 'upgrades', 'mer');", $connect); $q = mysql_query("INSERT INTO `fields` ( `id` , `name` , `content` ) VALUES (NULL , 'dataretrieval', 'mer');", $connect); $q = mysql_query("INSERT INTO `fields` ( `id` , `name` , `content` ) VALUES (NULL , 'virus', 'mer');", $connect); ?> and there is similar cable on all other pages
  5. thanks for the response but i didnt build the pages, im just trying to make them work... there is coding just like that already on the page.. but what im saying is i dont understand why it still doest work.. did you take a look at the zipfile i posted. i have updated the host, user, pass, databasename already but it still wont connect. im not sure if something else is wrong. dream weaver finds not syntax errors which is why im lost... I have listed a zip file with the website in it if you care to look at the actual site and code. thanks
  6. I have been asked to host a website on my server which is no problem. The site loads just fine but the issue im having is getting the php to link to the mysql database. im not that versed in PHP other then to make the updates in it to link to my mysql which is where im still having the problem. i have the info in right but it still wont connect. i made a test php to test access to the mysql and it is working fine. if someone would mind taking a look at these webfiles and give me some input i would appreciate it. listed below will be all the info. thanks Server info: Windows server 2008 sp1 webserver IIS7 PHP 5 mysql 5.5 PHPmyadmin 3.5.3 website name: http://millercomputerrepair.com I made a test php to make sure the database was allowing access, here is the test address. it did pull data from the database and table. below is the test php http://millercomputerrepair.com/test1.php Please Help me!! Website Files -------->>> http://millercomputerrepair.com/Miller.zip
×
×
  • 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.