Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Cannot Modify Header Information
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
modify header
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
modify header
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
Cannot Modify Header Information
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
die function Witch way?
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
Contact form – Send to recipent based on selection with a dropdown select box
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
Advice on "Current Bank Amount" needed - Counting..
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
Passing Variables In a Hyperlink or Alt or Title ect.
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
Passing variable via hyperlink?
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
Loop not Looping!
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
Resolved
Using a comma instead of concatenation?
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
Looking to create an auto update table
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
Looking to create an auto update table
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
Looking to create an auto update table
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
Character Issue on Website
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
Resolved
How confident are you in the security of your PHP?
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
Taking a break!
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
PHP coding for beginners
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
PHP coding for beginners
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
Need SEO advice
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
How to accept payments WITHOUT paypal.
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
Review
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
How to find my keyword position on Google!
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
Online PHP Generator
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
Resolved
Detect a Variable In a Url
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:08 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.