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
Showing results 1 to 17 of 17
Search took
0.02
seconds.
Search:
Posts Made By:
Ogden2k
Forum:
Absolute Beginners
05-31-2006, 10:57 PM
Replies:
4
PHP conditional help
Views:
1,511
Posted By
Ogden2k
Essentially what I'm trying to do is this: ...
Essentially what I'm trying to do is this:
site/
show data-a
site/1/
show data-a plus data-b
Forum:
Absolute Beginners
09-17-2005, 11:10 PM
Replies:
4
PHP conditional help
Views:
1,511
Posted By
Ogden2k
PHP conditional help
Hi, I need to have a conditional where it basically does this:
if page address is x than show this
if page address is xy than show this
etc... How would I go about doing this?
Forum:
Absolute Beginners
06-26-2005, 08:19 PM
Replies:
7
Searching
Views:
1,245
Posted By
Ogden2k
Ok, I've got the search working, but I do not...
Ok, I've got the search working, but I do not care about the fulltext scoring being displayed. Here's the code:
<?php if(!$c) { ?>
<form action="index.php?c=1" method="post">
<input...
Forum:
Absolute Beginners
06-26-2005, 12:23 PM
Replies:
3
MySQL problem
Views:
1,231
Posted By
Ogden2k
This is being done though PHPmyadmin. HEre's the...
This is being done though PHPmyadmin. HEre's the error:
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right...
Forum:
Absolute Beginners
06-25-2005, 04:20 PM
Replies:
3
MySQL problem
Views:
1,231
Posted By
Ogden2k
MySQL problem
I am trying to insert data into a MEDIUMTEXT field that contains " and I continue to get a MySQL error, so I have do this: \" but that breaks the HTML that I'm adding.
What can I do?
Forum:
Absolute Beginners
06-14-2005, 11:21 PM
Replies:
7
Searching
Views:
1,245
Posted By
Ogden2k
I would probably search just the title. I have...
I would probably search just the title. I have the latest version of MySQL and PHP.
Forum:
Absolute Beginners
06-14-2005, 11:03 PM
Replies:
7
Searching
Views:
1,245
Posted By
Ogden2k
Searching
Is creating a search script difficult? I would want to use MySQL fulltext search if possible.
Would I have to create a table of keywords ?
I have 1 DB, and 3 tables that have an auto increment ID...
Forum:
Absolute Beginners
06-07-2005, 06:52 PM
Replies:
5
Sort order problem
Views:
1,275
Posted By
Ogden2k
Hmf, I have been trying to get this resolved but...
Hmf, I have been trying to get this resolved but it doesn't seem to work... I have created a link for them to be sorted ASC which works, but DESC will not work.
Tried setting up another case and...
Forum:
Absolute Beginners
06-07-2005, 05:34 PM
Replies:
5
Sort order problem
Views:
1,275
Posted By
Ogden2k
I took your suggestion, that's a better way of...
I took your suggestion, that's a better way of going about it. I also fixed the default view / sorting too. Thank you for the help.
Forum:
Absolute Beginners
06-07-2005, 05:03 PM
Replies:
5
Sort order problem
Views:
1,275
Posted By
Ogden2k
Sort order problem
I have a little game database, I am trying to sort the data (per a user click) by title, or by systme or by whatever the user specifies. Here's the code that I have, it's not sorting:
<!DOCTYPE html...
Forum:
Absolute Beginners
06-03-2005, 07:51 PM
Replies:
7
Multiple If satements
Views:
1,142
Posted By
Ogden2k
Great, I got it working. Thank you! Now I...
Great, I got it working. Thank you! Now I understand after seeing the code implemented.
I think later on, submit a game and search will have a separate files / pages.
Forum:
Absolute Beginners
06-03-2005, 07:04 PM
Replies:
7
Multiple If satements
Views:
1,142
Posted By
Ogden2k
I'm still confused, I tried a few different...
I'm still confused, I tried a few different layouts and wasn't able to get this to work. Here's what I currently have for code that works, at the top you can see that the
<?php
if...
Forum:
Absolute Beginners
06-03-2005, 06:43 PM
Replies:
7
Multiple If satements
Views:
1,142
Posted By
Ogden2k
I think I understand what you're saying, but I...
I think I understand what you're saying, but I can't get it to implement right.
Basically, what I'm trying to do is take the code I have now, add another IF statement, so when the search link is...
Forum:
Absolute Beginners
06-03-2005, 12:59 PM
Replies:
7
Multiple If satements
Views:
1,142
Posted By
Ogden2k
Multiple If satements
I have a php file that has an if statement... If this link is clicked, it will show a web form and not show anything else. If the link is not clicked the data will be shown.
Now, I want to have...
Forum:
Absolute Beginners
05-30-2005, 08:55 PM
Replies:
5
Submission form issues
Views:
1,347
Posted By
Ogden2k
Yes, please explain, I'm not sure of any other...
Yes, please explain, I'm not sure of any other way on how to do htis.
Thanks,
Forum:
Absolute Beginners
05-30-2005, 06:37 PM
Replies:
5
Submission form issues
Views:
1,347
Posted By
Ogden2k
Submission form issues
I have created a MySQL DB, stuff, it contains two a table named xbox. There are multiple fields that contain Title, publisher, purchased, etc.
I can successfully insert the title into the DB, but...
Forum:
Member Introductions
05-27-2005, 01:32 PM
Replies:
1
Newbie to PHP
Views:
936
Posted By
Ogden2k
Newbie to PHP
Hey, great forum. I'll be posting some questions pretty soon on my beginner PHP project I am working on.
:)
Showing results 1 to 17 of 17
All times are GMT. The time now is
08:25 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