39,402 Topics

Member Avatar for
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
119
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
167
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
172
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
328
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
357
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
159
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
160
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
183
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
160
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
275
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
149
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
246
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
139
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
190
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
156
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
158
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
155
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
218
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
160
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
120
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
145
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
101
Member Avatar for ndw2004

<html>< head>< title >php test< /title >< /head > < body> <?php echo "hello world<P>"; ?> < /body>< /html> its in a e-book and it shows up in my web page as < head> < title >php test< /title > < /head > < body> < /body>< /html> what should …

Member Avatar for ndw2004
0
293
Member Avatar for ndw2004

i saved my txt file as hey.php and i used a ftp on lycos to bring it up and it say hey.php.txt and it wont open whats wrong? :confused:

Member Avatar for ndw2004
0
154
Member Avatar for Eugene

Can anybody help me with *any* information on MMOG (Massive Multiplayer Online Gaming) engine development ? I'm trying to develop simple (as a start point) MMOG engine using PHP + MySQL (or PostgreeSQL). Main questions are: 0. Is it necessary to put game logic on DB triggers and stored procedures …

Member Avatar for root
0
183
Member Avatar for ndw2004

i went to php.com and downloaded this version 5 thing what is it for?

Member Avatar for ndw2004
0
82
Member Avatar for DANTHAYER

HELP! I constantly being reciredted to [url]http://search-to-find.com/sec.php?qq=[/url]... after performing a search in Yahoo, Altavista, etc. I have scanned and purged various spyware, adware and viruses using Norton, Adaware and Spybot. But this redirct will NOT go away. My home page is also often times reset to various sites. After purging, …

Member Avatar for caperjack
0
142
Member Avatar for Anima

Just to let you know, I'm not here advertising anything, I just need some help. On the forums that I have whenever you login, you can check a box that lets you stay logged in. But it doesnt let you stay logged in. Sometimes it will just log you out …

Member Avatar for Anima
0
154
Member Avatar for Magaman

Hi, We lost our website and have to start over (long story). I have made new forums: [url]http://www.hellsknights.southietech.net/forum/[/url] The problem is that there is no link to go to the home page from the forum page. I was hoping somebody could show me how to be able to click the …

Member Avatar for samaru
0
104
Member Avatar for Killer_Typo

PHP 5 [i]fast&easy [/i] [i]web development[/i] [i]By: Julie Meloni[/i] So far this has been one of the better books that i have read. it has alot of examples and has actually inspired me to write some of my own unique code. Though the book has some faults in the Code, …

Member Avatar for Killer_Typo
0
185
Member Avatar for astm
Member Avatar for samaru
0
104
Member Avatar for bufhal

I am having difficulty uploading text files to mysql database through phpmyadmin. Here is the feedback from the hosting company: The problem is in the inappropriate input file format (the txt file) - there are spaces before and after the comas. To solve the problem - strip the spaces arround …

Member Avatar for bufhal
0
240
Member Avatar for Ragnarok

I have been writing a CMS script and Im now debugging the whole thing and I have come accross an error I have never seen before or understand. The error is as follows **Parse error**: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in **c:\vhosts\squarehybrid.com\content.php** on line **61** …

Member Avatar for Ragnarok
0
154
Member Avatar for Killer_Typo

does anyone know where i can find a complete list of mysql commands. Im in the proccess of writing a live mysql database interaction for web use. and right now i need to store all mysql commands to an array and have the php script read the array and modify …

Member Avatar for Killer_Typo
0
204
Member Avatar for samaru

As usual, download and read about it at [url="http://www.php.net/"]http://www.php.net/[/url]

Member Avatar for samaru
0
213
Member Avatar for goober

Just a quick question... I was wondering if there is a way of coding, in PHP, that I can have possibly mail(.......) send out a response email, as soon as it receives an email!? Unfortunately, the mailserver we have doesn't do auto-responders, and I just even simply need a small …

Member Avatar for samaru
0
417
Member Avatar for snapsailing

Having problems with a site that is built in php and mysql. The goal it for a page to list the name, city and phone of a service from a state, with no hyperlinks and this is currently setup and working correctly. Then I wanted to add a bonus if …

Member Avatar for samaru
0
113
Member Avatar for Ragnarok

I have made a news script, but I now want to modify it so that it puts like 75 words insted of 500 characters followed by ..., I just think it looks crap. I have created the code that should explode all the words by spaces ' ', and them …

Member Avatar for samaru
0
106
Member Avatar for MAD_DOG

I am not much of a web designer/programmer I need some help this might be a easy question for most but, not me. You guys know when you upload pictures to a site and most sites have a standard format. Example I upload 1000 pictures via FTP it will assort …

Member Avatar for MAD_DOG
0
164
Member Avatar for mordiagne

[b]Hello, I am trying to access a link in website and I got the following error message. I cannot detect the problem. I don't know much about the script but I believe it should be able to do it once I get guidance.[/b] [b]Thanks[/b] [b]Warning[/b]: mysql_connect(): Access denied for user: …

Member Avatar for samaru
0
184
Member Avatar for Innocent

Thanks for lookin :D and hey :) Well yea, I'm a newb @ this whole web scripting thing, and I was wondering if there were any good PHP starter guides you could point me to. I've googled about 3 times, and always end up finding something that's too complicated for …

Member Avatar for samaru
0
280
Member Avatar for big_k105

Ok here it goes i was wondering if anyone here knew of all the specs a good cms (content management system) should have. i have planning on writing one to help me learn php. and i know this would be a nice project as it is complicated and has alot …

Member Avatar for samaru
0
157
Member Avatar for astm

the following code read from database by limit to show 2 records now i want to make link or button to show the next 2 records or the previons 2 records please tell me how i can do that ??????????????? :o the cod is <? $link = mysql_connect("localhost","","") or die("error …

Member Avatar for samaru
0
102
Member Avatar for himerus

Hey all! Sorry I haven't been around much lately. Hope things are well cscgal! :cheesy: I'm working on a new function for the admin control panel of my site. When a user logs in, it checks to see if it's a normal user, and then if not, checks to see …

Member Avatar for samaru
0
226
Member Avatar for big_k105

i keep getting this error at the top of my page when i go to my forum index. i jst installed it and have never gotten this error before. [code]Warning: set_magic_quotes_runtime, set_time_limit, version_compare, zend_version, getmyinode, getmypid, getmyuid, getmygid, getopt, getrusage, assert_options, assert, extension_loaded, dl, mysql_pconnect() has been disabled for security …

Member Avatar for big_k105
0
268
Member Avatar for Ragnarok

I have created a function for a script I am doing for my website to help with manage navigation but something inside the function is causing the PHP Engine to stop running the script. I'm not to good with match expresions so I have a feeling it will have something …

Member Avatar for Ragnarok
0
165
Member Avatar for astm

please [B]iam ask about[/B] how can i delete and update from table ? :confused: please i want example to delete data from table and aother example to make update data from table please help me :o

Member Avatar for Killer_Typo
0
192
Member Avatar for zygomatic

I'm trying to make a manager that works with MySQL to create, delete and update classes in a database. I'm having trouble with the update/modify portion. I have a login page in HTML that has the action of manager.php, which shows a list of all the classes in the database …

Member Avatar for zygomatic
0
201
Member Avatar for nurscole

Here is my log. This started out as 213.159.117.132/redir.php last week. I finally got CWShredder to work and could get on the web. Now about:blank I can't rid myself of. I used CWSHredder, Adware, Spybot and Norton Anti-Virus. Norton is NOT picking up anything. I have it on automatic. Last …

Member Avatar for crunchie
0
321
Member Avatar for samergamer

I am trying to use the command foreach to create a drop down menu. That I can usually do, the problem is I am also adding some linking. Here is some my code: <?sql $sql2 = "SELECT mn.map, mn.route FROM maps m JOIN map_name mn ON (m.map_name = mn.map) WHERE …

Member Avatar for Roberdin
0
133

The End.