Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Page 1 of 4
1
2
3
>
Last
»
Page 1 of 4
1
2
3
>
Last
»
Showing results 1 to 25 of 87
Search took
0.11
seconds.
Search:
Posts Made By:
StevenF
Forum:
The Lounge
12-08-2008, 01:11 AM
Replies:
5
Query With a C# Variable?
Views:
1,650
Posted By
StevenF
To simplify, I want to do something like the...
To simplify, I want to do something like the following:
<% string forum_name = Page.Request.QueryString["forum_name"];
Page.Response.Write("Now browsing the threads about " + forum_name);...
Forum:
MySQL & Databases
12-08-2008, 12:21 AM
Replies:
7
Inserting New Row With ASP.NET?
Views:
1,257
Posted By
StevenF
Hehe, if only. I've solved this problem, now I...
Hehe, if only.
I've solved this problem, now I have another:
http://www.talkphp.com/lounge/3732-query-c-variable.html#post20328
:-/
Forum:
The Lounge
12-07-2008, 11:48 PM
Replies:
5
Query With a C# Variable?
Views:
1,650
Posted By
StevenF
There is no C# version, so I figured this would...
There is no C# version, so I figured this would be the next best place.
If a mod wants to move it to a more relevant section, feel free. ^^
Forum:
The Lounge
12-07-2008, 10:21 PM
Replies:
5
Query With a C# Variable?
Views:
1,650
Posted By
StevenF
Query With a C# Variable?
Hiya
I was wondering if someone could help me out here, please? Big Smile
I'm creating a forum, my threads page has the following query:
SELECT * FROM [threads] WHERE ([forum_name] = ?) ORDER BY...
Forum:
MySQL & Databases
12-06-2008, 11:41 AM
Replies:
7
Inserting New Row With ASP.NET?
Views:
1,257
Posted By
StevenF
Thanks for you help guys. I knew it was form...
Thanks for you help guys.
I knew it was form based, but not entirely sure how to do it. I have a seperate blank page, "New Thread" page, which should have a form with Title in it. That data should...
Forum:
MySQL & Databases
12-05-2008, 02:04 AM
Replies:
7
Inserting New Row With ASP.NET?
Views:
1,257
Posted By
StevenF
Inserting New Row With ASP.NET?
Hi everyone,
I know this is a PHP forum, but I need to ask an asp.net related question:
I am creating a forum, in asp.net and I have the basics working:
Shows the forums from Database
When a...
Forum:
General
09-24-2008, 07:16 PM
Replies:
5
C# - Newbie, Advice Needed
Views:
844
Posted By
StevenF
Thanks a lot, Salathe. I'll have a look in some...
Thanks a lot, Salathe. I'll have a look in some book stores tomorrow and see if I can find it - costly book!
Forum:
General
09-24-2008, 06:22 PM
Replies:
5
C# - Newbie, Advice Needed
Views:
844
Posted By
StevenF
Thanks for that, I'll have a read. ^^ ASP.NET...
Thanks for that, I'll have a read. ^^
ASP.NET was mentioned, but again, I know nothing about it!
I'm a direct entry student into 3rd year, it's a lot different from college!
Forum:
General
09-24-2008, 06:06 PM
Replies:
5
C# - Newbie, Advice Needed
Views:
844
Posted By
StevenF
C# - Newbie, Advice Needed
Hello,
I started my uni course today in Internet Software Development, it seems to be much more related to software development rather than the internet part. I was hoping it would involve some...
Forum:
General
06-04-2008, 09:07 PM
Replies:
9
Data Dictionary
Views:
644
Posted By
StevenF
It's confirmed, I've to list every variable used...
It's confirmed, I've to list every variable used and describe what it does :|
Forum:
General
06-03-2008, 03:33 PM
Replies:
9
Data Dictionary
Views:
644
Posted By
StevenF
It's actually for an assessment for college. The...
It's actually for an assessment for college. The code is never going to be changed and is well commented as it is. It sounds totally crazy and unnecessary to me and have no idea why it's needed.
Forum:
General
06-03-2008, 03:01 PM
Replies:
9
Data Dictionary
Views:
644
Posted By
StevenF
Data Dictionary
Hello,
In general, what would a data dictionary for a website contain? I've been told I need to create one. Apparently, it should state every variable used, what it does and what it contains. Is...
Forum:
Absolute Beginners
06-03-2008, 02:04 PM
Replies:
3
Browser Detection
Views:
964
Posted By
StevenF
Thanks for that, found an example on there -...
Thanks for that, found an example on there - thanks again.
Forum:
Absolute Beginners
06-03-2008, 01:38 PM
Replies:
3
Browser Detection
Views:
964
Posted By
StevenF
Browser Detection
Hi everyone,
What ways are there to detect what browser is being used? I would like to execute different PHP code depending on weather the user is using Intermet Explorer or FireFox.
Cheers,
Steven
Forum:
Absolute Beginners
06-02-2008, 05:35 PM
Replies:
23
header() function wont work
Views:
1,540
Posted By
StevenF
Thanks Delay, I totally forgot that all PHP is...
Thanks Delay, I totally forgot that all PHP is dealt with before HTML. I was thinking it had to be where it was because it wouldn't know if "update_cart" existed. It also allowed me to display the...
Forum:
Absolute Beginners
06-02-2008, 04:23 PM
Replies:
23
header() function wont work
Views:
1,540
Posted By
StevenF
I have the exact same error. I know headers...
I have the exact same error. I know headers should be sent out before anything else on the page, but the way my page is structures and designed, I need it to be half way through my code. I have the...
Forum:
Absolute Beginners
05-31-2008, 11:06 PM
Replies:
7
Is This Possible?
Views:
1,027
Posted By
StevenF
Thank guys! I had actually tried that before but...
Thank guys! I had actually tried that before but I was using the wrong syntax for my query.
Cheers,
Steven
Forum:
Absolute Beginners
05-31-2008, 08:41 PM
Replies:
7
Is This Possible?
Views:
1,027
Posted By
StevenF
Hi guys, Sorry I didn't explain it very well,...
Hi guys,
Sorry I didn't explain it very well, this is what I mean. My database looks like this at the moment:
http://img229.imageshack.us/img229/2905/dbqh5.jpg
Now at a future date I would like...
Forum:
Absolute Beginners
05-30-2008, 08:08 PM
Replies:
7
Is This Possible?
Views:
1,027
Posted By
StevenF
Is This Possible?
Hi everyone,
I'm trying to insert data into a database which has part of a row filled in and part empty. For example, my database has the following structure: userID, user_name, user_pass,...
Forum:
Absolute Beginners
03-14-2008, 04:26 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
Thanks a lot, Solistus. Great explanation!
Thanks a lot, Solistus. Great explanation!
Forum:
Absolute Beginners
03-06-2008, 09:40 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
I knew it was something to do with...
I knew it was something to do with mysql_fetch_array and loops. I was messing around but couldn't get anything to work. Thank you very much for that, Alan.
Forum:
Absolute Beginners
03-06-2008, 09:20 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
Well... it kind of works :-D I'm using this...
Well... it kind of works :-D
I'm using this code:
<?php
$category_rock = 'SELECT cd_artist FROM products WHERE cd_category = "rock"';
$rock_result = mysql_query($category_rock);
$items =...
Forum:
Absolute Beginners
03-06-2008, 05:49 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
All hail Alan ;-) I'll give that a shot later,...
All hail Alan ;-) I'll give that a shot later, thanks!
Forum:
Absolute Beginners
03-06-2008, 03:57 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
Thanks again, Alan. I tried taking the code and...
Thanks again, Alan. I tried taking the code and modifying it a little, but I don't know much about arrays - I will read more in-depth soon.
The example:
<?php
$values = range(1, 31);
$rows =...
Forum:
Absolute Beginners
03-06-2008, 02:26 PM
Replies:
16
Best Way To Loop In A Table?
Views:
1,262
Posted By
StevenF
Best Way To Loop In A Table?
Hi all,
I'm wondering what the best way to loop in a table is? I'm pulling data from a database and want it to display like...
Showing results 1 to 25 of 87
Page 1 of 4
1
2
3
>
Last
»
All times are GMT. The time now is
12:29 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design