Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 31
Search took 0.05 seconds.
Search: Posts Made By: connormcwood
Forum: PHP 08-28-2012, 08:43 PM
Replies: 4
Views: 322
Posted By connormcwood
I've done this and the error is still there:/. ...

I've done this and the error is still there:/.
<?
$error="";
if(isset($_SESSION['username'])){
header('location:default.php');
}
include('includes/top.php');
include('includes/menu.php');
...
Forum: HTML & CSS 08-28-2012, 08:27 PM
Replies: 2
Views: 313
Posted By connormcwood
Grrr the error wont go away:/

Grrr the error wont go away:/
Forum: HTML & CSS 08-28-2012, 04:45 AM
Replies: 2
Views: 313
Posted By connormcwood
modify header

Hello people of codingforums I am having a problem with this "Cannot Modify Header Information". I know that extra blank lines can cause this problem but I just can't see where they are. They're...
Forum: PHP 08-28-2012, 04:00 AM
Replies: 4
Views: 322
Posted By connormcwood
Cannot Modify Header Information

Hello people of codingforums I am having a problem with this "Cannot Modify Header Information". I know that extra blank lines can cause this problem but I just can't see where they are. They're...
Forum: PHP 07-26-2012, 09:17 AM
Replies: 3
Views: 289
Posted By connormcwood
Adding in a die option and giving it parameters...

Adding in a die option and giving it parameters will just allow to you to know where your code is failing.
P.s You put Witch instead of Which in your title;p
Forum: PHP 07-25-2012, 12:44 PM
Replies: 3
Views: 783
Posted By connormcwood
You're going to need to post the PHP code to.

You're going to need to post the PHP code to.
Forum: PHP 07-25-2012, 12:41 PM
Replies: 3
Views: 331
Posted By connormcwood
Isn't this the type of stuff excel was created...

Isn't this the type of stuff excel was created for? Sorry for the short reply, I just think you should use that instead of going threw all the hassle of making your own Php script.
Forum: Post a PHP snippet 07-25-2012, 12:32 PM
Replies: 0
Views: 915
Posted By connormcwood
Passing Variables In a Hyperlink or Alt or Title ect.

I've seen a few threads pop up in the support area of the php Section about
parcsing Variables In a Hyperlink, Alt, or Title. I am going to give you all a working code snippet which is used within...
Forum: PHP 07-25-2012, 12:25 PM
Replies: 3
Views: 420
Posted By connormcwood
$table = "SELECT * FROM users"; $test =...

$table = "SELECT * FROM users";
$test = mysql_query($table);

echo "<table><tr><th>Username</th>";
echo "<th> </th>";
echo "<th>Created</th>";
echo "<th>Infastructure</th>";
echo...
Forum: PHP 07-22-2012, 09:24 PM
Replies: 3
Views: 266
Posted By connormcwood
Isn't mysql_data_seek discouraged. Isn't it...

Isn't mysql_data_seek discouraged. Isn't it better to use mysqli_data_seek(). I dont really know if there is a difference I just read up on it:)
Forum: PHP 07-20-2012, 07:48 AM
Replies: 6
Views: 360
Posted By connormcwood
It joins the two together. So it'd echo...

It joins the two together. So it'd echo "Exception:" + whatever the message is equal to
Forum: PHP 07-19-2012, 05:00 PM
Replies: 5
Views: 399
Posted By connormcwood
You can only do it if they allow php and you have...

You can only do it if they allow php and you have access to the mysql database. For now download xampp and use that.
Forum: PHP 07-19-2012, 03:52 PM
Replies: 5
Views: 399
Posted By connormcwood
Mysql comes with your hosting services. You're...

Mysql comes with your hosting services. You're using a paid host right? which allows Php..?
Forum: PHP 07-19-2012, 03:46 PM
Replies: 5
Views: 399
Posted By connormcwood
Best start learning php. Use mysql for the...

Best start learning php. Use mysql for the table..

Edit : Yes there is a way to do this you'd need to set up a table called results and everytime a team players you'd have a column called h and a,...
Forum: Small projects (quick fixes and changes) 07-19-2012, 03:31 PM
Replies: 3
Views: 1,348
Posted By connormcwood
This guy solved the problem why are you bumping...

This guy solved the problem why are you bumping it?
Forum: PHP 07-19-2012, 02:19 PM
Replies: 4
Views: 308
Posted By connormcwood
Take a look at this http://ha.ckers.org/xss.html

Take a look at this http://ha.ckers.org/xss.html
Forum: PHP 07-19-2012, 02:17 PM
Replies: 4
Views: 327
Posted By connormcwood
What ever floats your boat. As from the way you...

What ever floats your boat. As from the way you wrote this, you want me to say yes - go learn java. If you wanted to stick with PHP for longer you wouldn't of posted this, go learn some java. You...
Forum: PHP 07-19-2012, 02:12 PM
Replies: 4
Views: 646
Posted By connormcwood
also I just saw this thread,. ...

also I just saw this thread,.
http://www.codingforums.com/showthread.php?t=104161
Forum: PHP 07-19-2012, 02:07 PM
Replies: 4
Views: 646
Posted By connormcwood
Google and youtube is your best option. Start...

Google and youtube is your best option. Start with learning simple stuff like
making a login/register script to connect to a mysql database. ...
Forum: General web building 07-19-2012, 12:32 PM
Replies: 30
Views: 18,728
Posted By connormcwood
Try get your target market involved, use...

Try get your target market involved, use facebook, twitter and youtube. Create articles involving those lovely keywords of yours.
Forum: General web building 07-19-2012, 12:27 PM
Replies: 18
Views: 3,086
Posted By connormcwood
Personally I'd prefer to use paypal. Saves time...

Personally I'd prefer to use paypal. Saves time and makes things easier. Also gives the consumer a 'Insurance'.
Forum: Site reviews 07-19-2012, 12:25 PM
Replies: 1
Views: 468
Posted By connormcwood
Review

Hello I suppose you can review my website even though there isn't much content at this moment in time and if possible could you please review my youtube as I wish to gain a subscriber base and need...
Forum: General web building 07-19-2012, 12:20 PM
Replies: 10
Views: 10,244
Posted By connormcwood
Google takes a while to process the keywords and...

Google takes a while to process the keywords and to update the statistics as its cached.
People who have posted above me are correct now adays the bots look for keywords in content rich areas....
Forum: Post a PHP snippet 07-18-2012, 08:11 AM
Replies: 7
Views: 3,943
Posted By connormcwood
Receiving Errors. Warning: Invalid argument...

Receiving Errors.
Warning: Invalid argument supplied for foreach() in /home/detad/public_html/freephpgenerator.com/generator.php on line 417

Warning: Invalid argument supplied for foreach() in...
Forum: PHP 07-18-2012, 08:04 AM
Replies: 2
Views: 211
Posted By connormcwood
Thank you. Omg, Im such an idiot.

Thank you. Omg, Im such an idiot.
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT +1. The time now is 10:08 AM.