Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #860
Ranked #2K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

10 Posted Topics

Member Avatar for Makeitonline

Makeitonline, I believe you need a semicolon after $date inside the php tags. All other stuff being correct, it should work after that.

Member Avatar for rubberman
0
268
Member Avatar for joshuawilson11

If the code inside the while loops isn't running, it's probably because p is not less than tangerine. Have you checked the values against each other? For example, what is tangerine equal to in a test scenario?

Member Avatar for joshuawilson11
0
216
Member Avatar for davy_yg

Need a bit more info. What do you mean by articles? Are you saying you have a database with newspaper articles that you're trying to pull or are you using articles as a synonym for fields or rows in the database (as in "article of clothing")?

Member Avatar for edbr
0
132
Member Avatar for linus72982

I have a layout for an app that has a panel that places 3 static boxes (nodes) per row, and then keeps going until the dictionary of nodes is out. I figured out the flex grid sizer to do so (wrapped by regular boxsizers to add padding above and on …

Member Avatar for vegaseat
0
268
Member Avatar for imti321

Well, you haven't told us what you are getting so it's hard to pinpoint a problem. Is it a blank screen? Are you not getting the correct database results? Are the forms not showing up correctly? A few notes from a quick glance-over: - Not sure if this is still …

Member Avatar for imti321
0
409
Member Avatar for fantyfiz

Could you give some more information? Post the code you have for the forms and I can guide you through writing a script to email it to you.

Member Avatar for Member #120589
0
175
Member Avatar for jonlloydd

I'm not going to try and sort through all that, but let's see if I can give a more abstract answer that points you in the correct direction. If I understand your question correctly, you want to display rows based on some condition? You have a few choices. The best …

Member Avatar for linus72982
0
516
Member Avatar for Niloofar24

No, you need parentheses around the condition check, like this: `if ($password == $result) {` Also, I'm not too skilled at security, but I think you're going to want a check to make sure that the POST vars came from your page -- you can do this by adding a …

Member Avatar for lps
0
601
Member Avatar for spud91

You're not actually making a call to the database. If I remember correctly, for mysqli it's something like $connectionVar->query("query string") or something similar. Currently, you're just storing a string in the mysqli var and the results var but no action is occuring. EDIT for clarity: If my mysqli knowledge is …

Member Avatar for linus72982
0
383
Member Avatar for davy_yg

I just did a quick once-over, but here's what I saw: You are checking to make sure $_POST['submit'] is equal to true to start processing. Try adding a name and value to the input: `<input type="image" src="images/login.jpg" alt="submit" width="200px" name="submitButton" value="login">` and then check for that name and value to …

Member Avatar for linus72982
-1
239

The End.