Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.07 seconds.
Search: Posts Made By: lewishowe
Forum: PHP 04-18-2013, 10:46 AM
Replies: 1
Views: 168
Posted By lewishowe
Unhappy PHPMailer not working since Windows migration

Hi all,

I'm working on a web based application for our team at work which basically, collects information inputted by the user via a series of web forms and then collates it all together, and...
Forum: PHP 11-16-2012, 03:38 PM
Replies: 14
Views: 725
Posted By lewishowe
Bizarrely, adding the die mysql error, fixed it....

Bizarrely, adding the die mysql error, fixed it. Not sure what difference this should've made in the first place, nonetheless, it's fixed.

Thanks for all your help!
Forum: PHP 11-16-2012, 07:57 AM
Replies: 14
Views: 725
Posted By lewishowe
Okay, for example - If I tick 2 boxes out of the...

Okay, for example - If I tick 2 boxes out of the 3 outstanding, like so:

http://ho.twiz.at/q1.PNG

It generates this as the query.

UPDATE othertodo SET done = 1 WHERE taskid IN (1, 3)

The...
Forum: PHP 11-15-2012, 07:22 AM
Replies: 14
Views: 725
Posted By lewishowe
Okay, wrapped the query: mysql_query("UPDATE...

Okay, wrapped the query:

mysql_query("UPDATE othertodo SET done = 1 WHERE taskid IN (' . implode(', ', $aTodo) . ')");

Query seems to run fine - No errors - Everything else works (queries above...
Forum: PHP 11-14-2012, 02:50 PM
Replies: 14
Views: 725
Posted By lewishowe
Feel a little silly now for not noticing it was...

Feel a little silly now for not noticing it was in a string.. (duh!) - Thanks for that, I shall give it a try!
Forum: PHP 11-14-2012, 08:58 AM
Replies: 14
Views: 725
Posted By lewishowe
Okay, so it's all implemented - Good guess at the...

Okay, so it's all implemented - Good guess at the primary key, it was indeed 'taskid' - I've not changed any of the core parts of the code, apart from changes to table names in the queries etc..
...
Forum: PHP 11-12-2012, 08:41 AM
Replies: 14
Views: 725
Posted By lewishowe
I do understand what you're saying, and please...

I do understand what you're saying, and please excuse my ignorance, but I don't do a lot of coding, this is the first bit of coding I've done in a while! - Could you possibly demonstrate basically...
Forum: PHP 11-09-2012, 03:46 PM
Replies: 14
Views: 725
Posted By lewishowe
As needed. Like so: ...

As needed. Like so:

http://thestriptones.co.uk/test2.PNG

When inserted from here, the value of 'done' is set to '0' - From the task list (picture in original post), if the person ticks the...
Forum: PHP 11-09-2012, 03:08 PM
Replies: 14
Views: 725
Posted By lewishowe
Arrow Dynamic Row Updating

Bonjour,

Been hunting the internet to find a solution myself, but instead thought I'd just ask on here. After all, if you don't ask, you don't get.

Basically, I am creating a internal web based...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 10:21 PM.