Jessica
Staff Alumni-
Posts
8,968 -
Joined
-
Last visited
-
Days Won
41
Everything posted by Jessica
-
You can always move. We won't mind.
-
Subscribe/unsubscribe To/from Article Using Php/ajax
Jessica replied to dave1234's topic in PHP Coding Help
Fix WHAT? -
Subscribe/unsubscribe To/from Article Using Php/ajax
Jessica replied to dave1234's topic in PHP Coding Help
This went from making little sense to making no sense. -
Why While Loop Is Not Working Inside A Class?
Jessica replied to Sanjib Sinha's topic in PHP Coding Help
Return exits the function. In your function create an array of the names and return that when done.- 8 replies
-
- while loop
- class
-
(and 1 more)
Tagged with:
-
-
Try it.
-
Seriously?
-
-
That seems more confusing than useful. SELECT MAX(jobidfield) FROM jobs WHERE clientid = 7 Store the IDs as numeric only.
-
It doesn't make sense. Job ID should be an auto-increment primary key on the jobs table.
-
You need to also select the time, then compare if the time the appointment is at is the time you're trying to print.
-
Php Mock Version Of Google Forms
Jessica replied to Psychology_Student's topic in Application Design
Christian. Pagination. -
That's relevant...and probably true. Good for you. /s
-
You're the one looking for help. Therefore, if people need more information to help you, you are the one who is hurt if you don't give all the information. If I only answer part of your request for help, it only hurts you still. So... get used to it kid. "Jessica, I would past code however I am using Dreamweaver CS5 for the beging of this." The answer IS to stop using Dreamweaver, if you want to do actual development. If you don't have any code, we can't help you.
-
How To Store Selected Record In Variables Before Releasing
Jessica replied to yshua's topic in MySQL Help
The PHP Manual goes over how to use all the mysql functions, with detailed examples. Ignoring the fact that you should be using mysqli and you generally don't need to free the result, mysql_fetch_assoc should help. -
Step 1: Stop using Dreamweaver.
-
Php Mock Version Of Google Forms
Jessica replied to Psychology_Student's topic in Application Design
Obviously there is more he'll need to know about, those were just the first "difficult" topics that came to my mind when reading the project. -
IDE...
-
That made. No. Sense.
-
You just said that it displayed what you expected. Now it's null. Again, when you get an error, you should post WHAT IT SAYS. Fortunately, it's easy to guess that it's about $_GET['cat_id']. Which means your URL does not contain a query string parameter with the index of cat_id. So, fix that.
-
For one, you could tell us what it was. Secondly, did you remove your error suppression?
-
Php Mock Version Of Google Forms
Jessica replied to Psychology_Student's topic in Application Design
That's weird, it doesn't seem like that was enough time for you to google those phrases... -
Post your code, and we can help. Also, in the future, answer ALL of the questions people ask you.
-
Php Mock Version Of Google Forms
Jessica replied to Psychology_Student's topic in Application Design
Data Normalization, which is related to your DB, not PHP. Sessions. Pagination.