Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 220
Search took 0.51 seconds.
Search: Posts Made By: murphyz
Forum: PHP 12-08-2005, 03:56 PM
Replies: 2
Views: 538
Posted By murphyz
Hiya, That's what I tried first of all, but...

Hiya,

That's what I tried first of all, but it didn't seem to work which is why I started getting confused.

Where should I put that line in my code?

Thanks

Mxx
Forum: PHP 12-08-2005, 02:54 PM
Replies: 2
Views: 538
Posted By murphyz
enter variables as table data

Hello all,

I'm querying a database and dumping selected information from a db-table into an html table using a function.

This works find and dandy, but there are an extra few columns that I...
Forum: MySQL 11-12-2005, 03:02 PM
Replies: 0
Views: 1,189
Posted By murphyz
Database Structure for League Table

Hello,

I'm about to try and create a league table with php/MySQL to track games and statistics for an online poker group. Obviously, the most important thing to think about is the structure of...
Forum: PHP 02-01-2004, 12:24 AM
Replies: 7
Views: 1,578
Posted By murphyz
Thanks to you both for these. Off to bed...

Thanks to you both for these.

Off to bed now, but these will give me something to work through tomorrow. :thumbsup:

Cheers

Mxx
Forum: PHP 01-31-2004, 11:36 PM
Replies: 7
Views: 1,578
Posted By murphyz
I see. I would be intersted in using this...

I see.

I would be intersted in using this one:



as there are two pages to be done and it means I can just copy code and not have to change as many numbers.

I assume, therefore, that...
Forum: PHP 01-31-2004, 09:55 PM
Replies: 7
Views: 1,578
Posted By murphyz
No, they all have different names. This means...

No, they all have different names. This means the processing page that updates the table will repeat the code above for each of the checkboxes. If you know of a neater way for this to run I'd love...
Forum: PHP 01-31-2004, 08:09 PM
Replies: 7
Views: 1,578
Posted By murphyz
Form with checkbox to update database

Hello all

I have a form (named 'bigread') that has 50 checkboxes (with name, id and value all set to 'book1', and all set to 'book2' etc) and the submit button for the form takes the user to a...
Forum: PHP 01-25-2004, 02:13 PM
Replies: 4
Views: 1,379
Posted By murphyz
So easy when you know how :) Thanks very...

So easy when you know how :)

Thanks very much, works like a charm (or a ChArM - which although annoying typed like that, it would work too) :thumbsup:

Mxx
Forum: PHP 01-25-2004, 01:46 PM
Replies: 4
Views: 1,379
Posted By murphyz
submit form authentication letter casing

Firstly, sorry for the title. I was unsure how to word what I wanted.

Scenario is, I have an input box with a submit button, and this is checked with a cell in the database.

so if inputtext...
Forum: PHP 01-17-2004, 01:39 AM
Replies: 8
Views: 1,230
Posted By murphyz
I'm a beginner with PHP myself, but thought I...

I'm a beginner with PHP myself, but thought I would give this a shot...of which some of it works but it does need improving (read: can one of CFnuts you help? :))

The script below will add the...
Forum: PHP 01-15-2004, 08:20 PM
Replies: 0
Views: 781
Posted By murphyz
Selecting & Sorting - ideas/discussion

Hello,

I've been trying to think of this for the last few days but am making no progress - and this is to do with the final stage of a riddle contest which some of you (Nightfire) have helped me...
Forum: PHP 01-08-2004, 09:50 PM
Replies: 5
Views: 1,069
Posted By murphyz
EDITED AT BOTTOM Sorry raf, I'm not 100%...

EDITED AT BOTTOM

Sorry raf, I'm not 100% sure what you mean by that...would it be possible for you to change the appropriate parts of the code to reflect what you suggested? I attempted to change...
Forum: PHP 01-07-2004, 11:22 PM
Replies: 5
Views: 1,069
Posted By murphyz
A lifesaver once again...thanks. Luckily...

A lifesaver once again...thanks.

Luckily there's only a few more things that need doing to the script before it's complete. :)

Mxx
Forum: PHP 01-07-2004, 10:36 PM
Replies: 5
Views: 1,069
Posted By murphyz
reload page if query successful

Quite hard to explain, so shall try and if I make no sense, please ask.

Page is displayed taking info from a database depending on a particular field (user_riddle) of the user. Page also has a...
Forum: PHP 01-07-2004, 12:06 AM
Replies: 23
Views: 1,631
Posted By murphyz
What a surprise - moi again :( With so much...

What a surprise - moi again :(

With so much help I am doing very well, and have almost finished what I need to do.

My page now identifies whoever is logged in, takes the riddle number that...
Forum: PHP 01-05-2004, 10:05 PM
Replies: 23
Views: 1,631
Posted By murphyz
Marry me? :thumbsup: That's marvellous, and...

Marry me? :thumbsup:

That's marvellous, and it's amazing what sleep can do. I can't thank you enough for this. Cheers.

Now to grab a beer and move onto the next stage of changing 'murphyz'...
Forum: PHP 01-05-2004, 08:41 PM
Replies: 23
Views: 1,631
Posted By murphyz
okay, I've broken this down a little bit more,...

okay, I've broken this down a little bit more, and the reason I think it is failing is that the initial query for the user riddle is storing the variable as a Resource ID and not the value of the...
Forum: PHP 01-05-2004, 07:07 PM
Replies: 23
Views: 1,631
Posted By murphyz
Unfortunately this brings nothing back to the...

Unfortunately this brings nothing back to the page :(

I'm wondering if - while($riddleid = mysql_fetch_row($result)){ - is correct? Can you specify the 'while' to be something that isn't...
Forum: PHP 01-05-2004, 10:00 AM
Replies: 23
Views: 1,631
Posted By murphyz
Thanks, I'll test this when I get home tonight. ...

Thanks, I'll test this when I get home tonight.

This:
SELECT riddle FROM phpbb_riddles WHERE riddleid = @mysql_query("SELECT user_riddle FROM phpbb_users WHERE username = \"murphyz\"");
makes...
Forum: PHP 01-05-2004, 12:31 AM
Replies: 23
Views: 1,631
Posted By murphyz
Okay, this thing is driving me insane now. ...

Okay, this thing is driving me insane now.

Please could someone who is bored and has the knowhow set up the following tables and try the following script? Many thanks if you can...

Table...
Forum: PHP 01-03-2004, 02:08 PM
Replies: 23
Views: 1,631
Posted By murphyz
That comes back with the following error: ...

That comes back with the following error:

Error performing query: You have an error in your SQL syntax near 'id #24' at line 1

Earlier I was testing writing information to a table, such as...
Forum: PHP 01-03-2004, 12:53 AM
Replies: 23
Views: 1,631
Posted By murphyz
hmm, The above seems to work fine if used...

hmm,

The above seems to work fine if used on just one line like such:

$result = @mysql_query('SELECT user_riddle FROM phpbb_users WHERE username=\'murphyz\'');

Now, I'm curious as to...
Forum: PHP 01-02-2004, 06:09 PM
Replies: 23
Views: 1,631
Posted By murphyz
I have no idea what they are doing, I was using...

I have no idea what they are doing, I was using the php output produced my phpmyadmin. I attempted removing it, but still nothing.

The second part of the code, dealing with the $result, works...
Forum: PHP 01-02-2004, 06:03 PM
Replies: 23
Views: 1,631
Posted By murphyz
I had those in the script, but the 'php' BBCODE...

I had those in the script, but the 'php' BBCODE button seems to have altered it on it's own to read 'murphyz'.

If, as moderator, you can edit the first post you can see they are in there.
...
Forum: PHP 01-02-2004, 05:36 PM
Replies: 23
Views: 1,631
Posted By murphyz
I'm approaching this from a slightly different...

I'm approaching this from a slightly different angle to previous, using similar tables as suggested by Spookster above.

I currently have one page which needs to display a specific riddle...
Showing results 1 to 25 of 220

 
Forum Jump

All times are GMT +1. The time now is 12:25 AM.