if the user you are using to connect to the db is not root then make sure you have done GRANT in mysql to give your user privileges.
if thats not it post the specific error you are getting..
here is a basic form:
<form method="get" action="script.php">
<input type="text" name="txtTest"></input>
<input type="submit" value="Go"></input>
</form>
this html will make a page with 1 text field and a submit button.
in the form tag, the attribute method can be get or post. get...
i'm a visual mathematician, tell me something i don't know :D
these tests are fun.
edit: in my email the visual mathemetician showed an image of einstein. ppl who got other 'mind-types' what image did you get?
does anybody else go through a mouse every couple of months(usually around 3 months). i find that my excessive q3 habits tend to wear out left and right click so i am always buying new mice. :(
i wish there was an indestructible gamers mouse.
NSApplication's hide and deactivate methods should do the trick. I can't answer the second question, but I would be interested to know how you register a hotkey if you find out.
id foo;
declares an object named foo.
foo=nil;
sets foo's value to nil/null.
[foo count];
returns foo's count. should be zero. if you had an array, the count method would be useful to get the number of elements in your array.
Thanks for the bump :)
The idea came from a problem I had, I have to keep track of my debit balance so I don't overcharge and I do not like writing everything in my checkbook. So I made a digital checkbook. Originally it was done for OS9 2 years ago in RB.
So far I have learned everything...
Jadey, I made it with Project Builder/Interface Builder(Cocoa).
Whitesaint, yeah I use it to keep track of the money in my debit account(if you overcharge your account you get a fee of about $30).
I wrote this specifically for myself and you will see that when you run it, but if there is anything I can change or add that would make you want to use it let me know. All input is welcome.
Unzip the file and drop the folder in Applications/
To uninstall get rid of...
See NSFileManager . Methods you would use are directoryContentsAtPath. This will return an array of the files, so get the first file in the directory by calling [myArray objectAtIndex:0]
Wow cool I like the tickertape. The clear button wasn't clearing the ticker tape though. The ticker is a tableView right? I just put something into my program that might be good for your ticker. When the ticker has enough data in it that you can scroll up and down and the user enters more...