39,320 Topics

Member Avatar for
Member Avatar for benhenny

Does anyone have a list of invalid email characters? Specifically, I need to find out if "&" is invalid. Is the following a valid or invalid email address: jack&jill@apple.com ?? Thanks, Ken

Member Avatar for samaru
0
192
Member Avatar for nyqvist

Thank You for taking your time to read this. Well, the subject kind of tells it all. I have built an webshop, but would like the order to be place in an text file insted of mysql. This text file has to be in an csv format in order to …

Member Avatar for samaru
0
205
Member Avatar for alaa_steel

Where I have to put PHP files on Internet server. Do I have to put them on personal server. Please, do you know any free web hosting sites.

Member Avatar for samaru
0
204
Member Avatar for franz

hello, where can I find help? I need to translate a PHP script to hebrew language. any help appreciated. thanks

Member Avatar for samaru
0
103
Member Avatar for huwgomez

I need to add a paypal 'add to cart' button to my page to submit the contents of my table to a shopping cart. The contents of the table are variables as they are from a sql query. Does anyone know hoe I could get the paypal link(script below) to …

Member Avatar for Gary King
0
313
Member Avatar for YoungCoder

Ok i am getting very annoyed with myself, i am currently modding my forum, can somebody please tell me which template the forum list is in? :o I know that in FORUMHOME it is called by $forumbits Thanks in advance, YoungCoder

Member Avatar for Gary King
0
145
Member Avatar for msimonds

I could not find a great place to post!!! I wanted to say hi to everyone and I can see that this is a great forum. I am mainly here to learn the vbulletin mod_rewrite, which i tried on my test forums and I need some help Thanks Mike

Member Avatar for Dani
0
161
Member Avatar for cuddlers89

Hi everyone I made a villa website for my dad, and now that i'm learning php, it would be nice to put it to good use, i've allready tried out php on other pages for various things - forms ect. But now it would be great if i could let …

Member Avatar for huwgomez
0
100
Member Avatar for phpnovice

Hi, I have apache, php, phpmyadmin, and mysql in my computer. I could connect to mysql and manipulate database well before. But for an unknown reason, I can't do it now. Each time when I tried to do this, it gave an error message as "Can't create TCP/IP socket (10091)". …

Member Avatar for Killer_Typo
0
113
Member Avatar for browny87us

i cant get a login script to work so imma take the easy way out and ask if ne1 will give me one plzplzplzplzplz :cry:

Member Avatar for YoungCoder
0
155
Member Avatar for astm

hi my friends :lol: today i want to ask about important something iam make page to know the user and his password the code for this page will ----------------------------------------------------------------------- <html dir='ltr'> <head> <meta http-equiv='Content-Language' content='en-us'> <meta http-equiv='Content-Type' content='text/html; charset=windows-1252'> <title>User name</title> </head> <body> <!-- welcome text --> <b> <marquee width="40%" …

Member Avatar for YoungCoder
0
170
Member Avatar for tsabar

when i attempt to access my php pages at: <snipped> everytime i try to submit a form or click on a new page nothing loads until i hit refresh. this does not happen with netscape, only with internet explorer, and it only happens on my machine, not on anybody else's …

Member Avatar for pcarlow
0
324
Member Avatar for imzac

Does anyone know where I can learn to base my entire web site off of one index page? I can't seem to find anything.

Member Avatar for Alcides
0
338
Member Avatar for raydar100

has anyone created a php website that provides eteamz like functionality. Can I get a copy of the scripts? Thanks

Member Avatar for rice_web
0
157
Member Avatar for Alaric

I'm working on a Database for Massive Multiplayer Online Games, Lineage2, Final Fantasy XI, Everquest II, and World of Warcraft. I'm pretty good with HTML, and decided take my site up a notch using PhP! The site link is : [url]http://www.meltingwax.net/~SOR/wowf/alliance/[/url] I'm trying to convert that into a PHP theme, …

Member Avatar for Alaric
0
157
Member Avatar for Icarus73

I'm using PHPNuke and i get the following error: Parse error: parse error, unexpected '\"', expecting ',' or ';' in /home/jadedf/public_html/portal/themes/3D-Fantasy/theme.php on line 58 line 58 is below and it is the only line i've played around with in the theme.php file..i'm trying to get an image for my background. …

Member Avatar for PoA
0
179
Member Avatar for TheOgre

Can anyone tell me how I would code links to other pages on my site (using php) whereby the full URL in the address bar looks like this: http://www.mysite.com/index.php?id=3 (which points to blah.php) I've done the usual searches on google and such with no luck on how to do it. …

Member Avatar for kenleycapps
0
151
Member Avatar for samaru

This is from nyphp-talk: [nyphp-talk] Zend PHP Certification Daniel Kushner kushner at gmail.com Thu Jun 17 20:08:33 EDT 2004 Previous message: [nyphp-talk] PHP and Flash Next message: [nyphp-talk] DB Differences Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -------------------------------------------------------------------------------- NYPHP List: This email …

Member Avatar for kenleycapps
0
266
Member Avatar for Distortion

i am a mod on a friends php forum and i need to know how to do some of the basic things, like delete posts, ban ppl, etc...

Member Avatar for Alcides
0
138
Member Avatar for TelKennedy

Hello I have just bought a book on php, MySQL and Apache server which came with an installation disk. I have installed all three on my laptop computer running MS XP Professional. All three seem to work ok independantly but when I try to run any code examples through IT …

Member Avatar for Roberdin
0
243
Member Avatar for huwgomez

I have used the following code on one of my pages to place the variables in the URL for the next page: [php] <?php $db = mysql_connect("HOST","USERNAME","PASSWORD"); mysql_select_db("DBNAME",$db); $result = mysql_query("SELECT * FROM TABLE_NAME WHERE FIELD_NAME=??",$db); while ($myrow = mysql_fetch_row($result)) ( printf("<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>\n", $myrow[0], $myrow[1], $myrow[2], $myrow[3], $myrow[4], $myrow[5], $myrow[7], $mysql[8], …

Member Avatar for Roberdin
0
136
Member Avatar for Static-FMX-Prog

Hello, I was wondering, Do I really need to download MySQL and Apache to run PHP-Nuke?

Member Avatar for Zachery
0
188
Member Avatar for Jessica Lares

Hello! I am in need of help with some coding here: [url]http://www.potterprophet.com/html/index.php[/url] I am trying to include links in where my echo is, but I come up with a error everytime I use URL tags, such as: [CODE]<a href="index.php">Blah</a>[/CODE] Here is the PHP coding: [PHP]@openside("The Movies"); echo "content"; @closeside();[/PHP] I …

Member Avatar for Jessica Lares
0
154
Member Avatar for Tsunami

Hello again.I am trying to make a php table with a list of items going down with the cost of any thing.If some could please type yo a simple php table script for me.I be thanks full to who ever does. Thanks Jon

Member Avatar for PoA
0
157
Member Avatar for Ragnarok

Does anyone know where I could find a tutorial on how to make advanced BB Codes and Smilies, including JavaScript?

Member Avatar for PoA
0
152
Member Avatar for Tsunami

Hey my name is Jon.I have been looking into learning some computer languages and want some help.I am 15 years old and i would like to learn php but i think i have to learn html first.Cause i really would like to make a online game and make money lol.If …

Member Avatar for rice_web
0
215
Member Avatar for ndw2004

im learning php but the books are to hard i use visi books and they have some many links to diffrent pages im hoping some1 will come and help me i need some1 to teach me the basics of php so i can get a better view and then i …

Member Avatar for ndw2004
0
154
Member Avatar for lwilliam

Hi Everyone, I am very very new at this and I am hoping to get help on a few problems. I am working on a SQL database that will keep track of Medical Gas Orders for my job. I created the form and the data is actually going into my …

Member Avatar for lwilliam
0
117
Member Avatar for ndw2004

[code] 1.<html> <head> <title> health </title> </head> <body> <?php Echo "you have 5 health" ; x=5 5-- ; 5-- ; Echo "you lost 2 health" ; echo "You have 3 health left" ; ?> </body> </html> or 2<html> <head> <title> health </title> </head> <body> <?php Echo "you have 5 health" …

Member Avatar for Killer_Typo
0
142
Member Avatar for cuddlers89

Hi everyone Just to test myself with php to see if i could do it properly, i made a membership system, so users can sign up, log in (and go to the members area) and log out. On my homepage i had these links - Home | Join | Log …

Member Avatar for cuddlers89
0
98

The End.