39,320 Topics
| |
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 | |
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 … | |
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. | |
hello, where can I find help? I need to translate a PHP script to hebrew language. any help appreciated. thanks | |
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 … | |
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 | |
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 | |
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 … | |
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)". … | |
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: | |
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%" … | |
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 … | |
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. | |
has anyone created a php website that provides eteamz like functionality. Can I get a copy of the scripts? Thanks | |
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, … | |
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. … | |
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. … | |
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 … | |
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... | |
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 … | |
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], … | |
Hello, I was wondering, Do I really need to download MySQL and Apache to run PHP-Nuke? | |
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 … | |
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 | |
Does anyone know where I could find a tutorial on how to make advanced BB Codes and Smilies, including JavaScript? | |
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 … | |
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 … | |
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 … | |
[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" … | |
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 … |
The End.