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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 105
Search took
0.15
seconds.
Search:
Posts Made By:
Yay
Forum:
PHP
03-04-2010, 06:43 PM
Replies:
2
Editing mysql records in PHP
Views:
805
Posted By
Yay
It works, I've echoed the SQL out, then ran it in...
It works, I've echoed the SQL out, then ran it in phpmyadmin. Only problem is it thinks I want to update the record with nothingness if nothing is inbetween the single brackets.
I don't think this...
Forum:
Ruby & Ruby On Rails
03-04-2010, 05:34 PM
Replies:
29
where is ruby used for ?
Views:
42,649
Posted By
Yay
Agreed.
Agreed.
Forum:
PHP
03-04-2010, 05:29 PM
Replies:
2
Editing mysql records in PHP
Views:
805
Posted By
Yay
Editing mysql records in PHP
Hi there,
I'm basically trying to edit records via a form, not sure what's wrong with my PHP. I'm pretty sure that my SQL query is correct:
<!-- Jack Griffiths ICT assessment — February/January...
Forum:
PHP
02-22-2010, 06:35 PM
Replies:
5
Passing the variable for an e-mail address through the URL for use with PHP mail.
Views:
711
Posted By
Yay
Sorry for the double post: When I try $to...
Sorry for the double post:
When I try
$to = $_GET['Mail'];
$subject = 'You have receieved a certificate from the Pyongyang Pair!';
$from = 'Pyongyang Pair';
$name = $_GET['name'];...
Forum:
PHP
02-22-2010, 06:31 PM
Replies:
5
Passing the variable for an e-mail address through the URL for use with PHP mail.
Views:
711
Posted By
Yay
I'll look into the aforementioned function, and I...
I'll look into the aforementioned function, and I the button seems to work fine with the anchor attached to it—sends me to the correct page.
Forum:
PHP
02-22-2010, 06:00 PM
Replies:
5
Passing the variable for an e-mail address through the URL for use with PHP mail.
Views:
711
Posted By
Yay
Passing the variable for an e-mail address through the URL for use with PHP mail.
Hi there,
I've came across a problem. My mail script works fine, just that I need to know how to get the value for an e-mail from the URL (passed on via a different page). Here's my code so far...
Forum:
JavaScript programming
02-11-2010, 10:35 PM
Replies:
1
Disabling and Enabling button based on value from PHP.
Views:
599
Posted By
Yay
Disabling and Enabling button based on value from PHP.
Hi there,
This is my request. I don't know if it CAN be done via JS, but it just seemed likely it could:
Basically, I have a table echoed out by PHP:
while($row =...
Forum:
PHP
02-11-2010, 07:13 PM
Replies:
1
Send e-mail on button click.
Views:
2,752
Posted By
Yay
Send e-mail on button click.
Hi there,
I've a new plan. Basically, I now want to send a HTML e-mail to the corresponding person. Here's a brief:
User clicks on a button, sends a HTML e-mail (code below) to the e-mail...
Forum:
PHP
02-10-2010, 10:52 PM
Replies:
3
Certificate System
Views:
601
Posted By
Yay
So will this be possible if I'm working locally?...
So will this be possible if I'm working locally? (I.e. I'm running the scripts via MAMP).
Forum:
PHP
02-10-2010, 10:23 PM
Replies:
3
Certificate System
Views:
601
Posted By
Yay
Certificate System
Hi there,
Let me outline some things which I would like to be able to do. Self explanatory, really:
On the click of a button, the whole HTML window output is converted to an image, stored...
Forum:
HTML & CSS
02-10-2010, 10:00 PM
Replies:
8
"Myriad Pro" Windows Substitute?
Views:
10,303
Posted By
Yay
You could also consider font replacement methods...
You could also consider font replacement methods such as
http://cufon.shoqolate.com/generate/
If you're doing this in some form of web project, which I imagine you are.
Forum:
JavaScript programming
02-10-2010, 07:41 AM
Replies:
1
Instructional step tooltips upon first visit.
Views:
664
Posted By
Yay
Instructional step tooltips upon first visit.
Hi there,
I was wondering if there were any scripts (or if you could build be one) which allow first-time visitors to read through step by step tooltips which explain features of a system.
For...
Forum:
MySQL
02-09-2010, 05:43 PM
Replies:
4
LEFT JOIN only returning one record.
Views:
1,451
Posted By
Yay
Hi there, That's worked. Although, I needed...
Hi there,
That's worked. Although, I needed the count in to count the number of gigs a person has been to in the table. Any other solutions would be great.
Forum:
MySQL
02-09-2010, 04:50 PM
Replies:
4
LEFT JOIN only returning one record.
Views:
1,451
Posted By
Yay
LEFT JOIN only returning one record.
Hi there,
I have some SQL that is a left join. It's meant to display all records in my tables, but instead, it's only showing one. Here's my SQL:
SELECT members.Name, members.Member_ID,...
Forum:
PHP
02-09-2010, 04:49 PM
Replies:
6
Change HTML to an Image file
Views:
1,243
Posted By
Yay
This system will not be web-based. Ever.
This system will not be web-based. Ever.
Forum:
PHP
02-09-2010, 04:38 PM
Replies:
6
Change HTML to an Image file
Views:
1,243
Posted By
Yay
I'll add some new details: I'm running MAMP...
I'll add some new details:
I'm running MAMP (Mac), and here's the run-down of my PHP process:
a) User clicks a button, which uses $_GET to get the value of 'name' from a LEFT JOIN, then, <?php...
Forum:
PHP
02-09-2010, 04:01 PM
Replies:
6
Change HTML to an Image file
Views:
1,243
Posted By
Yay
Change HTML to an Image file
Hi there,
Is there any way I can make the HTML output (I'm using $_GET, so its necessary that its an output of the page) to an image file?
Basically, when a user clicks a button, it then makes...
Forum:
MySQL
02-03-2010, 05:07 PM
Replies:
1
Automatic e-mail depending on values in a certain column
Views:
674
Posted By
Yay
Automatic e-mail depending on values in a certain column
Hi,
I was wondering if there was a script/any way in which I could send out automatic e-mails, if the value in a certain column was equal to or more than a certain amount (say 10)?
I understand...
Forum:
PHP
01-16-2010, 01:51 PM
Replies:
10
Validation going out of control (slightly).
Views:
726
Posted By
Yay
Hi, Im still not getting at what you're...
Hi,
Im still not getting at what you're saying.
I just need the message "Please enter a name for the person" to be removed when you run the page.
Forum:
PHP
01-16-2010, 01:21 PM
Replies:
10
Validation going out of control (slightly).
Views:
726
Posted By
Yay
Hi, I've already got things similar to that:...
Hi,
I've already got things similar to that:
//if there is something in the field sent from the post check it and see if you can add it to the database
if(isset($_POST['newrecord'])){ ...
Forum:
PHP
01-16-2010, 12:59 PM
Replies:
10
Validation going out of control (slightly).
Views:
726
Posted By
Yay
Thank you for that, that's working now. All that...
Thank you for that, that's working now. All that needs done is to remove the error messages when nothing has actually been done to the form. For example, the message "Please enter a name for the...
Forum:
PHP
01-16-2010, 12:04 PM
Replies:
10
Validation going out of control (slightly).
Views:
726
Posted By
Yay
I get the error message produced by the form's...
I get the error message produced by the form's validation script. Not a PHP error itself. This is what I get:
"Please enter the name of the person."
Basically, it's not sending anything to the...
Forum:
PHP
01-16-2010, 11:12 AM
Replies:
10
Validation going out of control (slightly).
Views:
726
Posted By
Yay
Validation going out of control (slightly).
Hi there,
I'm having problems with my validation script for a form. Basically, it is not sending any data to the database, and not giving any confirmation messages. It's simply displaying an...
Forum:
General web building
12-20-2009, 07:42 AM
Replies:
0
Help editing design/layout of a forum script (WordPress)
Views:
663
Posted By
Yay
Help editing design/layout of a forum script (WordPress)
Hi there,
I downloaded ForumServer for WordPress, to discover that the design was, really, rubbish.
I decided to edit it myself, and have gotten quite far, only to hit a barrier.
What I...
Forum:
PHP
12-09-2009, 05:15 PM
Replies:
5
PHP Validation script (problems)
Views:
975
Posted By
Yay
Hi, that's definitely not the problem (the code...
Hi, that's definitely not the problem (the code above is outdated). Check this code below:
<!DOCTYPE html PUBLIC "-//W3C//Dtd XHTML 1.0 Transitional//EN"...
Showing results 1 to 25 of 105
Page 1 of 5
1
2
3
>
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
03:21 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.