Search found 7 matches
- Thu Mar 14, 2019 12:50 am
- Forum: Off Topic Section
- Topic: SQL Query
- Replies: 7
- Views: 6495
Re: SQL Query
Hi HankRock: Thank you for the reply. I'm not a DB guy, this is the only call we make from the website. If I'm reading this correctly, I just need to change the "MySql" calls to " MySqli "? The correct coding would be: <Database Connection Call Appears Here> $bd = mysqli_connect($mysqli_hostname ...
- Fri Mar 01, 2019 7:50 am
- Forum: Off Topic Section
- Topic: SQL Query
- Replies: 7
- Views: 6495
Re: SQL Query
Thanks for the reply's; still not working. The guy from GoDaddy told me I was using retired/depreciated calls. Does that help?
- Thu Feb 28, 2019 10:48 pm
- Forum: Off Topic Section
- Topic: SQL Query
- Replies: 7
- Views: 6495
SQL Query
Need some help from someone who knows .PHP The code I have below works on an older version of .php however our web hosting company is planning to upgrade to the latest version of .php. This code does not work on the latest release. Can someone help me fix it? Thanks! <Database Connection Call ...
- Tue Feb 07, 2017 11:54 am
- Forum: Off Topic Section
- Topic: SQL Table Location/Results
- Replies: 7
- Views: 6420
Re: SQL Table Location/Results
Pablo: THANK YOU! :D Works as expected. For everyone else, I added: ?> at the end of the code. Here is how it is after corrections made: <div style="visibility:visible;"> <?php $mysql_hostname = "localhost"; $mysql_user = ""; $mysql_password = ""; $mysql_database = ""; $bd = mysql_connect($mysql ...
- Tue Feb 07, 2017 10:02 am
- Forum: Off Topic Section
- Topic: SQL Table Location/Results
- Replies: 7
- Views: 6420
Re: SQL Table Location/Results
Thanks Again RZ: I don't think I'm communicating the issue correctly. The source code is there for you to see it voluntarily; deliberately. The results I get from the code appears in the upper-left side of the page - that works perfectly...that is the actual results being produced in real-time with ...
- Tue Feb 07, 2017 9:38 am
- Forum: Off Topic Section
- Topic: SQL Table Location/Results
- Replies: 7
- Views: 6420
Re: SQL Table Location/Results
Thanks RZ:
I am not trying to do this with a text object. I'm only using the text object to display the code I'm using to get my database table information. Ideally, I want the table to appear at the end of web page as displayed on the page. .
I am not trying to do this with a text object. I'm only using the text object to display the code I'm using to get my database table information. Ideally, I want the table to appear at the end of web page as displayed on the page. .
- Tue Feb 07, 2017 9:15 am
- Forum: Off Topic Section
- Topic: SQL Table Location/Results
- Replies: 7
- Views: 6420
SQL Table Location/Results
Here is the link to the page: https://www.level1firearms.com/cophptest.php The SQL table appears in the upper-left side of the page. The code only works if I paste it at "End of Page" in the page properties or the End of Page setting in the Object <>HTML element. Placing the code in other areas ...