Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
Views: 42,649
Posted By Yay
Agreed.

Agreed.
Forum: PHP 03-04-2010, 05:29 PM
Replies: 2
Views: 805
Posted By Yay
Exclamation 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
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
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
Views: 711
Posted By Yay
Exclamation 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
Views: 599
Posted By Yay
Exclamation 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
Views: 2,752
Posted By Yay
Exclamation 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
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
Views: 601
Posted By Yay
Exclamation 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
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
Views: 664
Posted By Yay
Exclamation 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
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
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
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
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
Views: 1,243
Posted By Yay
Exclamation 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
Views: 674
Posted By Yay
Exclamation 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
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
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
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
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
Views: 726
Posted By Yay
Exclamation 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
Views: 663
Posted By Yay
Exclamation 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
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

 
Forum Jump

All times are GMT +1. The time now is 03:21 AM.