Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 31
Search took
0.23
seconds.
Search:
Posts Made By:
avelonx
Forum:
PHP
07-12-2003, 06:23 AM
Replies:
1
Query string [SIMPLE HELP]
Views:
611
Posted By
avelonx
Query string [SIMPLE HELP]
How do I 'if' a variable exists in the query string.
like
test.php?scheme=blue
and I want to check if scheme exists or not.
if I try
Forum:
HTML & CSS
12-30-2002, 08:17 PM
Replies:
4
Table help.
Views:
830
Posted By
avelonx
THANX alot
Thanx that was exactly what I needed
Forum:
HTML & CSS
12-30-2002, 06:45 PM
Replies:
4
Table help.
Views:
830
Posted By
avelonx
Table help.
What would the code be take make somethign look like this with tables.
http://www.geocities.com/phykid2000/index.html
If anyone can provide me with the code for this. I would really appreciate...
Forum:
HTML & CSS
12-29-2002, 06:47 PM
Replies:
2
Need html code
Views:
821
Posted By
avelonx
Need html code
How would I make a menu bar on the left side of the page about a half an inch long from top to bottom. I do not want to use frames for this. Can someone please help me? :(
Forum:
JavaScript programming
12-08-2002, 02:45 PM
Replies:
2
A few simple things I Need to know
Views:
727
Posted By
avelonx
A few simple things I Need to know
How would I return something like this without it screwing up:
<script>
var a=hello
var b=world
document.test.value=a/b
</script>
and it want it to return Hello/World
and also when I fill...
Forum:
MySQL
11-02-2002, 01:14 AM
Replies:
1
Help with reading mysql
Views:
1,145
Posted By
avelonx
Help with reading mysql
I need a script that will read from every row from every column in a loop.
Table: accounts
Columns: username,email,type,gender,alevel,uid
so for each row i want it to:
print("<td>(row#'s...
Forum:
MySQL
08-03-2002, 04:46 AM
Replies:
1
Mysql - grabbing information
Views:
1,313
Posted By
avelonx
Mysql - grabbing information
Could someone please show me code to select "information" as the table and search the column "uid" and look through it until it find a uid that matches $UID and now that it knows where $uid matches...
Forum:
MySQL
07-28-2002, 06:03 PM
Replies:
6
Parse error
Views:
1,811
Posted By
avelonx
one more thing .. what is the mysql query to...
one more thing ..
what is the mysql query to create a new row in a table
Forum:
MySQL
07-28-2002, 03:51 PM
Replies:
6
Parse error
Views:
1,811
Posted By
avelonx
still getting a parse error
still getting a parse error
Forum:
MySQL
07-27-2002, 11:37 PM
Replies:
6
Parse error
Views:
1,811
Posted By
avelonx
Parse error
Plz help
parse error:
$query = "INSERT authorize(username,password,accesslevel,hp,fire,summon,potion,ice,email,id) VALUES ('" . $uname . "','" . crypt($pword,$this->salt) . "', '". 1000 . "',...
Forum:
HTML & CSS
07-22-2002, 02:07 AM
Replies:
5
Image border help
Views:
2,726
Posted By
avelonx
What i mean is i want an image border instead of...
What i mean is i want an image border instead of a color border around my image.
Forum:
HTML & CSS
07-22-2002, 12:59 AM
Replies:
5
Image border help
Views:
2,726
Posted By
avelonx
Image border help
Is there any possible way to make a gif-border around an image instead of that default black border.
Forum:
PHP
07-18-2002, 06:16 PM
Replies:
1
Http sockets
Views:
1,470
Posted By
avelonx
Http sockets
I want to open an http socket in php , search the web document for the 2ND "<font color="#FFFFFF" size="+2"><span style="font-size:24"><br>" and the 2ND "</span></font></b></td>"
1. a <br> 2. b...
Forum:
PHP
07-18-2002, 04:46 AM
Replies:
5
Help
Views:
1,384
Posted By
avelonx
Help
Could someone pleasse show me a piece of code of how to search a string for the first numerical value and return how many characters from the begininng it is
example:
"abcdefg4hi"
a = 0
b =...
Forum:
PHP
07-03-2002, 03:31 PM
Replies:
2
Going through a txt file
Views:
1,995
Posted By
avelonx
Thank you
Thank you
Forum:
PHP
07-03-2002, 05:50 AM
Replies:
2
Going through a txt file
Views:
1,995
Posted By
avelonx
Going through a txt file
Could someone please show me a small example of how to go through every line of a txt file and to show the information for each line. Alls I need is the code to go through the txt file
Forum:
PHP
06-29-2002, 06:50 PM
Replies:
1
Validating whether string contains llegal chars
Views:
1,770
Posted By
avelonx
Validating whether string contains llegal chars
Could someone please give me a code that will check if a string contains only numerical and alphabetical characacters in it..
ya know..
abcedfghijklmnopqrstuvwxyz
1234567890
Forum:
MySQL
06-27-2002, 12:52 PM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
Another error has somehow popped up. Parse...
Another error has somehow popped up.
Parse error by the way.
$G_USER_RESULT=mysql_query("SELECT * FROM user WHERE user_name='" . user_getname() . "'");
Forum:
MySQL
06-27-2002, 12:45 PM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
I thought $userid was an auto_increment..
I thought $userid was an auto_increment..
Forum:
MySQL
06-27-2002, 03:55 AM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
The script calls on a function and that function...
The script calls on a function and that function checks if the username exists if it does it echoes an error it not it connects to the database and inserts the data and echoes that it was succesful....
Forum:
MySQL
06-27-2002, 01:52 AM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
I placed it in my script and now its returning a...
I placed it in my script and now its returning a blank page :| .. its suppose to echo some text .. it doesnt do anything to the database either..
Forum:
MySQL
06-26-2002, 08:17 PM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
I test Spook's and FP's. They both did the same....
I test Spook's and FP's. They both did the same. They made no errors and they did interact with the database
PHPMYADMIN:
user_id keeps increasing by 1 number each time I run the script.
and...
Forum:
MySQL
06-26-2002, 05:02 PM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
Same error , Spook
Same error , Spook
Forum:
MySQL
06-26-2002, 03:06 PM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
hmm Error was Column count doesn't match...
hmm Error was
Column count doesn't match value count at row 1
Forum:
MySQL
06-26-2002, 01:32 AM
Replies:
33
Wrong Parameter Count???
Views:
23,550
Posted By
avelonx
Argh. What else could I have done wrong? ...
Argh. What else could I have done wrong?
I've made sure the table was created.
I've made sure the table contained the proper fields
I've made sure the Mysql Username and Password e.t.c are...
Showing results 1 to 25 of 31
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:52 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.