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 Mike Lewis 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: *

  1. ShamaJamms

    Find source of form submit click

    Thanks, that did it.
  2. ShamaJamms

    NOT NULL - Not Working

    I think I got it to work. Instead of having the HTML form submit directly to the Iframe, I had it submit to a new page, but used the Iframe to display the results only.
  3. ShamaJamms

    NOT NULL - Not Working

    Somehow, I think the NOT NULL property isn't working. I looked through the Information Schema on a GUI client, and did not see it. I created a MySQL table and set all rows to NOT NULL, yet it will accept null values. I have created an HTML page that has an Iframe on it, linked to a PHP page...
  4. ShamaJamms

    Find source of form submit click

    I'm looking for a way to find the source of a form submit button click. On the page, I have 2 different <form> elements with 2 different names, serving 2 different objectives. But they are both parsed by the same PHP code, but I need it to figure out if the Withdraw button was clicked, or the...
  5. ShamaJamms

    Error 1046 - No database selected

    I ran the following code in my Windows terminal, and got the error: Error 1046 - No database selected: CREATE TABLE `database` ( `id` int(11) NOT NULL auto_increment, `name` varchar(30) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM; Google didn't answer my question. Thanks.
  6. ShamaJamms

    Unable to connect to MySQL

    I believe I've got it working, thank you. I turned on startup errors in PHP.ini, and found out that I was missing php_mysql.dll. After a quick Google search, I downloaded it, put it in my PHP folder, restarted Apache, and ran the mysql_connect page again, and it said "Connected to MySQL."...
  7. ShamaJamms

    Unable to connect to MySQL

    No error. Just a blank, white page. After I View>Source, I see no code, either.
  8. ShamaJamms

    Unable to connect to MySQL

    HTTP, PHP, and MySQL servers are all running localhost on my machine, and configured/setup. I am able to login and edit MySQL via Windows command prompt. But when I issue a PHP connect command and run the PHP page on my browser, I'm unable to connect. All other PHP scripts work fine. Here is my...
  9. ShamaJamms

    Unable to connect via PHP

    I don't get an error. I get a blank page.
  10. ShamaJamms

    Unable to connect via PHP

    HTTP, PHP, and MySQL servers are all running localhost on my machine, and configured/setup. I am able to login and edit MySQL via Windows command prompt. But when I issue a PHP connect command and run the PHP page on my browser, I'm unable to connect. Here is my code: <?php...
  11. ShamaJamms

    Importing XML

    I am using CS2, and trying to import a simple XML file into InDesign. Tags and styles are correctly configured, because I am able to import an XML with one <root> successfully. However, it seems the problem occurs when I attempt to add a second <root> (which, if I understand correctly, is the...

Part and Inventory Search

Back
Top