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 16
1
2
3
11
>
Last
»
Showing results 1 to 25 of 392
Search took
0.58
seconds.
Search:
Posts Made By:
sea4me
Forum:
Medium projects (new script, new features, etc)
01-16-2010, 05:38 AM
Replies:
3
Design WordPress-BuddyPress Website
Views:
2,458
Posted By
sea4me
How many sea shells would you be paying? My...
How many sea shells would you be paying? My client needs a bunch of them :rolleyes:
Forum:
PHP
01-15-2010, 05:39 AM
Replies:
2
Help with my submit form :)
Views:
749
Posted By
sea4me
You mean sumthing like this? if...
You mean sumthing like this?
if ($_SERVER['HTTP_REFERER']=='form.php'){
echo "preceed or somthing :S";
}
else{
echo "error message or somthing :S";
}
Forum:
PHP
01-09-2010, 03:33 AM
Replies:
9
PHP, PayPal, and Custom Ordering Information
Views:
1,356
Posted By
sea4me
Do something like this: <form...
Do something like this:
<form action='paypal.com/....' method='post' name='frm'>
<?php
foreach ($your_vars as $a => $b) {
print("<input type='hidden' name='".$a."' value='".$b."'>");
} ...
Forum:
Unknown sized projects (request quote)
09-24-2009, 01:28 AM
Replies:
2
programmer needed for Istockphoto-type concept
Views:
1,265
Posted By
sea4me
... aren't you looking 4 a bit 2 much?? ...
...
aren't you looking 4 a bit 2 much??
maybe you should mention what language you want it to be built in and how much price range you want to pay....
Forum:
PHP
09-12-2009, 04:26 AM
Replies:
5
Resolved
Unknown column 'greg' in 'field list'
Views:
1,467
Posted By
sea4me
I see what's wrong, your missing ' single quotes...
I see what's wrong, your missing ' single quotes around the values that aren't numbers....
Should be this:
$sql="INSERT INTO users (users_firstname, users_lastname, users_username,...
Forum:
PHP
09-12-2009, 04:18 AM
Replies:
3
Daily Fact Script Help
Views:
521
Posted By
sea4me
This should work: $current = date("Ymd");...
This should work:
$current = date("Ymd"); //YearMonthDay (20090321 - March 21st, 2009)
$file = file("quotes.txt");
foreach($file as $key => $value){
$strpos = strpos($current, $key);
if ($strpos...
Forum:
PHP
09-12-2009, 04:13 AM
Replies:
5
Resolved
Unknown column 'greg' in 'field list'
Views:
1,467
Posted By
sea4me
that usually means that your inserting something...
that usually means that your inserting something into the field "greg" when it should be the values...
echo out your $sql and post it here
Forum:
PHP
09-06-2009, 04:37 PM
Replies:
9
Easy nav
Views:
908
Posted By
sea4me
*thinks* can't you just do a dropdown?? ...
*thinks*
can't you just do a dropdown??
with multiple selection
http://www.ironspider.ca/forms/dropdowns.htm#example2
Forum:
PHP
09-02-2009, 01:27 AM
Replies:
2
Check Name , Comment length
Views:
853
Posted By
sea4me
How are the smilies passed?? with symbols or...
How are the smilies passed??
with symbols or html code? maybe the html code made it longer than 10 chars...
Forum:
PHP
08-10-2009, 07:06 AM
Replies:
8
Comments box and Chat
Views:
802
Posted By
sea4me
Ok, then read this: ...
Ok, then read this:
http://www.reg.ca/faq/PhpMyAdminTutorial.html
and these:
http://www.tizag.com/mysqlTutorial/
http://www.tizag.com/mysqlTutorial/mysqlsetup.php...
Forum:
PHP
08-09-2009, 07:59 PM
Replies:
26
Inserting a captcha image on a form..
Views:
1,848
Posted By
sea4me
Just put <?php ob_start(); ?> ...
Just put
<?php
ob_start();
?>
on the top of all your scripts and your error will go away...
Forum:
PHP
08-09-2009, 07:20 AM
Replies:
1
How to run php files continiously(listfiles in folder without having to refres)
Views:
563
Posted By
sea4me
i would suggest looking into ajax or automate the...
i would suggest looking into ajax or automate the refresh:
<meta http-equiv="refresh" content="3" />
That will refresh the page every 3 seconds...
It should be placed in the head tags...
Forum:
PHP
08-09-2009, 03:09 AM
Replies:
19
Send text or html as per radio check button?
Views:
1,641
Posted By
sea4me
Your else is wrong... It's suppose to be...
Your else is wrong...
It's suppose to be else{ not else[
Forum:
HTML & CSS
08-03-2009, 12:42 AM
Replies:
1
I've been trying my damnedest...
Views:
609
Posted By
sea4me
This belongs to the PHP forums but anyways... ...
This belongs to the PHP forums but anyways...
Post what line 3 is....
Forum:
PHP
08-02-2009, 06:37 PM
Replies:
1
Reading and Writing XML data with PHP
Views:
509
Posted By
sea4me
You should look into simpleXML ...
You should look into simpleXML
http://us2.php.net/simplexml
Forum:
PHP
08-02-2009, 06:31 PM
Replies:
6
Email from GET
Views:
643
Posted By
sea4me
That's the same thing... except aero echos out...
That's the same thing... except aero echos out the SQL statement...
Aero had:
$result = mysql_query($sql) or die(mysql_error().'<br>SQL:'.$sql);
You quoted:
$result = mysql_query() or...
Forum:
PHP
08-02-2009, 06:23 PM
Replies:
16
Form gives white screen
Views:
1,742
Posted By
sea4me
It works both ways... ...
It works both ways...
http://us.php.net/manual/en/function.include-once.php
Forum:
PHP
07-26-2009, 03:09 AM
Replies:
4
search engin which support for multiple language
Views:
611
Posted By
sea4me
Here's a list of them: ...
Here's a list of them:
http://www.hotscripts.com/category/php/scripts-programs/search-engines/
Some free some commercial...
Forum:
PHP
07-26-2009, 01:50 AM
Replies:
18
php upload form (vista vs xp)
Views:
1,186
Posted By
sea4me
MattF is right... list($width, $height,...
MattF is right...
list($width, $height, $type, $attr) = getimagesize($_FILES["file"][tmp_name]);
if ((($type == "image/gif")||($type == "image/jpeg")||($type == "image/png"))){
}
Would...
Forum:
Large Projects (new web application, complex features etc)
07-25-2009, 08:05 PM
Replies:
13
Looking for someone who can build me a good blogging site or vbulletin
Views:
6,204
Posted By
sea4me
DUDE! It's 4 months old! Can a mod please...
DUDE!
It's 4 months old! Can a mod please close this??
Forum:
Small projects (quick fixes and changes)
07-25-2009, 07:48 PM
Replies:
5
JavaScript small project
Views:
3,195
Posted By
sea4me
Dude, Welcome to CF but.... It's 3...
Dude,
Welcome to CF but....
It's 3 months old!
Forum:
HTML & CSS
07-25-2009, 02:25 AM
Replies:
6
Two divs - same height with dynamic content
Views:
2,549
Posted By
sea4me
Here is the link to the program that effpeetee...
Here is the link to the program that effpeetee uses:
http://www.dynamicdrive.com/style/blog/entry/css-equal-columns-height-script/
Forum:
Site reviews
07-22-2009, 07:04 PM
Replies:
6
Optimizing my site?
Views:
996
Posted By
sea4me
All I can say is too many pictures....
All I can say is too many pictures....
Forum:
JavaScript programming
07-21-2009, 08:06 PM
Replies:
4
Balance ragged lines / no widow line
Views:
2,646
Posted By
sea4me
For the one you had to work you have to include...
For the one you had to work you have to include the jquery framework....
include
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>
in...
Forum:
PHP
07-20-2009, 05:28 PM
Replies:
18
Save As from a URL?
Views:
1,305
Posted By
sea4me
Here is the correct way: <?php // Define...
Here is the correct way:
<?php
// Define the path to file
$file = 'test.txt';
if(!file)
{
// File doesn't exist, output error
die('file not found');
Showing results 1 to 25 of 392
Page 1 of 16
1
2
3
11
>
Last
»
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
09:29 PM
.
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.