I am trying to create my web pages with some dynamic structure and am running into some problems.
Here is the structure I was trying to use:
root directory
files
index.php
directories
navigation
files
navigation.html
toolbtn1.swf
toolbtn2.swf...
I am trying to write a script that pulls information from our MySQL database on employees that are currently clocked in. I am pulling everything fine, but am trying to clean up the output by breaking up the date and time from the clock in into seperate fields.
Below is the array that I use to...
I am trying to compile a listing of records from my database where it compiles a set of fields into a group together. However if some fields are empty I want it to completely skip that line (without leaving a blank line). What is the best way to do this?
Currently I am echoing the field and...
I am trying to retrieve a record from my database when a webpage loads. Basically I need it to check the database, find the highest record ID, increment it by 1, and then post that number on the webpage to tell my user what record number they are about to create.
I think I have the script right...
We had an outside source convert our MSAccess database into a MySQL database with a webbased front end powered by Java. The system is working well, but I was just doing some work in it and see that he has defined the field holding our employee numbers as an unsigned tinyint. This will limit us...
I am creating a database to house information for my work. There are a couple different topics that each have a handful of options in them. In most of the topics more than 1 option can be chosen.
Would my database design be better to have EVERY option as a field, and if so should I make those...
I am working through the PHP Fast & Easy book and have run into an error in the code, but I can't figure out what is not right.
When the code executes I get the following error:
You have an error in your SQL syntax near 'WHERE id = '" at line 13
I am not sure why the SQL query is erroring...
I have an application I am creating in VB.Net and I had it connecting fine to my database and was working on the program internals when I got a new laptop and migrated my application development to that system. Now when I run my application I get the following error:
An unhandled exception of...
Can someone also point me to a good Crystal Reports book that will help me using CR under Visual Studio .Net. I don't have the full version of CR so I don't want to end up with a book that tells me a bunch of stuff that only works in the full blown version. Is there a good book that is either...
Is there a Crystal Reports interface for .Net? I know about adding a form to my project and all that. What I am confused about is the messages I see people talk about using the menus and such for CR. But from in VS.Net I only have my normal menu options. Am I missing something or is that all...
I have created an application front end for a MySQL database where the user can create new quotes. I am opening the connection with an ADODB connection string and want to pass the information to my Crystal Report from the selected quote number. What is the best way to do this? Currently I keep...
I am creating a VB app that stores it's data in a MySQL database file. I was having trouble adding a new record as the system would not let me store my text information in the proper fields. For example I had a field title Customer_Name and for testing I had created the first record (using...
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.