No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Re: Is it possible to create an ID for each row, and manipulate that? | |
Re: I basicly want to take three inputs and make them into one date object. Should I then combine them into one string first? so would it be $datestring= $year.$month.$day; then $time = strtotime( $datestring ); then $myDate = date( 'y-m-d', $time ); ? | |
I have tested out my procedure on my home machine. It woks pretty well I know there is output from the sql. Now I want to try it out on the host. It gives no output. Here is my php code $bob="call seeker($profound)"; if (mysqli_multi_query($conn,$bob)) { echo "<hr>"; echo "<table><th>Section</th><th>Author</th><th>Title</th>"; … | |
I have a directory named action at the same level as my basic script. I want to include a file called Upload which is in the action directory in my script. I keep getting errors saying the script can't find my file, but my script looks identical to the book. … | |
Re: I have a hard time wrapping my head around the concept. the idea is you don't have perpetually repeating vales in a table, correct. So would BCNF be where you would have an address file where you skip city and state and have zip there, and then have a link … | |
I just tried to install IIg on my laptop. It seems to have worked, but there were issues. The program couldn't find several files during the install process, but still seems to have worked. What did not was the config part where it looked for a template file. I had … | |
Re: You might look into testing your queries in PHPmy Admin before you hard code them in PHP. Also, you might look into downloading and intalling MySQL workbench. MysQL workbench is great for testing queries as it evaluates the query for obvious errors as you type. What is even better is … | |
My school assignment is to use browser detect to get the name and variation of a browser. I have been looking for detectible features, but the codes are way long. Document.all is good for seeing if this is explorer 4+, but what is a good thing for finding explorer 7? … |