...base knowledge of the subject its all just greek to me - understand!!!!
So be smug and say I answered you - you didn't -you just made it more confusing for me - which makes me ask even more questions (which naturally would p*** you off, because I didnt ask the right way) As I said before -...
Yeah youre right John... a google search using that criteria get 895,000 replies http://www.google.com/search?hl=en&q=loading+data+into+mysql&btnG=Google+Search&aq=f&oq= and guess what? the same questions I'm asking, over and over - not answers - questions... so you actually have to search page...
Is this some kind of really nice way to flame me?
Asked 73 questions.... is that over this (entire) site in different areas?? and only found 12 of them helpful... does that also include answers like this one where the (help) is a note telling me to ask better questions...? (Is there ever a...
Hello mbrooks,
looks like that did it - but I've just discovered that in order to get info into the dab there are a lot of fields to fill in -- how hard would it be to have a tab deliminated or txt file or something with the data as an array to insert into the fields?
That way an excel chart...
Dang!! -- you made that so easy! now I can get to adding items to the script to actually populate the DB and see if its functioning OK
Thank you so much - I'm going to study the lines you wrote as well to see if i can glean some info into my befuddled brain cells.
Again thank you and a star...
Earlier I found this on the web and was hoping that somehow a script could run like this (this works fine - for one table that is - no records) to enter all the above into the database - you see where I'm going here - its to make a doofusus (me) life easier.....
<?php
// Make a MySQL...
Err OK.... I would suggest that would work - all i did was go to the cpanel of the hosting area and made a mysql database gave it a name-pwd-id thats the total extent of my sql knowledge.... I feel like a dork!
...Is there an easy way to enter all this into the DB? some form of install script?
--
-- Create schema phpstorelocator
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ phpstorelocator;
USE phpstorelocator;
DROP TABLE IF EXISTS `slstate`;
CREATE TABLE `slstate` (
`stateID` int(10) unsigned NOT...
...looking for records and tables that don't exist... yet...
here is the db install script
--
-- Create schema phpstorelocator
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ phpstorelocator;
USE phpstorelocator;
DROP TABLE IF EXISTS `slstate`;
CREATE TABLE `slstate` (
`stateID` int(10)...
Does anyone know of a way to catalog a dir of SWF files (like an image catalog) You open the catalog and can look at the collection of swf's and preview them?
Ok so I'm still "fiddlin" I have a client that has a lot of productss in lottsa stores all over the US -I'm tryng to get a drop menu of the states, then in that state whatever store carries the product would show --- (if its a chain store - like Big5 - then a list of all the stores for the...
Hi Zhris'
tried your output value remedy but no response
and also for Billy Ray
what I mean by no response is that the text box displays no text (doesnt load) and just displays the error message
Hi All,
this is probably straight foward to some of you, but I'm either going brain-dead or am just loopy.
I have a simple option select menu
<select id="contractor" onchange="put_file_contents(document.getElementById('contractor').value,document.getElementById('chosen_link'));">...
This may be simple to some but for me its a headache. i have a page with three stacked tables A-B-C all centered to the page (please dont get on me about using tables)
All the tables are 850px wide,
A is 80px tall (intended for the registration form login)
B is 30px tall (intended for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.