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 derfloh 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: *

  • Users: ShamaJamms
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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