Search found 3 matches

by prothseda
Mon Jun 25, 2012 7:55 am
Forum: PHP
Topic: arguement is not valid.
Replies: 5
Views: 1151

Re: arguement is not valid.

TYVM - I'm far too inexperienced to have noticed the case sensitiveness :P
by prothseda
Mon Jun 25, 2012 4:50 am
Forum: PHP
Topic: arguement is not valid.
Replies: 5
Views: 1151

Re: arguement is not valid.

I have fixed that issue, I was missing a ` off `post_id` in the previous line. I have another issue though. I'm on the last of your tutorials (EP6) and the page always returns the 'Invalid post ID' message. <?php if (isset($_Get['pid']) === false || valid_pid($_GET['pid']) === false){ echo 'Invalid ...
by prothseda
Sun Jun 24, 2012 4:16 am
Forum: PHP
Topic: arguement is not valid.
Replies: 5
Views: 1151

arguement is not valid.

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/clanteam.com/z/a/c/zachary-mcguire/htdocs/core/includes/posts.inc.php on line 42 While (($row = mysql_fetch_assoc($posts)) !== false){ $rows[] = array( 'id' => $row['id'], 'title' => $row['title'], 'preview...