39,320 Topics
| |
<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 … | |
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: | |
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 … | |
| |
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, … | |
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 … | |
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 … | |
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, … | |
i want any one tell me how can i used session and cookies ??? :o :o :o | |
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 … | |
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** … | |
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 … | |
As usual, download and read about it at [url="http://www.php.net/"]http://www.php.net/[/url] | |
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 … | |
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 … | |
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 … | |
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 … | |
[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: … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
how can you add quick reply to a phpbb board that hasnt already got it? Do you need to start all over or can you just insert a simple code, if the latter, can someone please show me the code i need? cheers | |
It is: Parse error: parse error, unexpected ';' in Untitled-3 on line 93 Here is the code: <? include ("config.php"); include ("functii_mail.php"); db_connect($dbserver,$dbuser,$dbpass,$dbname); //variabile lang global $sign_up_title; include ($lang); if (is_banned($REMOTE_ADDR)) { echo "IP banned!"; exit(); } function inregistrare($nume,$password,$email,$sex,$sexuality,$personal_ad,$location,$country, $age ,$birth_date,$zodia,$marital_status,$icq,$msn ,$web,$eyes_colour="",$hair_colour="",$weight=0,$height=0, $music,$partner ,$question,$newsletter ) { $sql="insert into users values … |
The End.