38,019 Topics

Member Avatar for
Member Avatar for puddin

Thanks for all your replies. Here it is have you ever seen [url]www.mate1.com[/url]. They have a site design I want to do. You signup get in and are brought to a page that is “Your Account

Member Avatar for DGStudios
0
65
Member Avatar for yocool

Hi all, All I want is just this. The user on the client PC will click on a print button and the content of the mysql query will be sent back to his printer. I know we can't do this with Javascript, or can we? Really appreciate all the info …

Member Avatar for DGStudios
0
73
Member Avatar for chilllax

[PHP]<html> <head> <title>Participants</title> </head> <table align="center"> <tr> <td> <a href="http://www.officalhalo.com">Home</a> <a href="/tournament/FFA.htm">FFA</a> | <a href="/tournament/signup.htm">Sign Up</a> | <a href="/tournament/results.htm">Results</a> </td> </tr> </table> <body> <h3 align="center">Participants</h3> <?php $gamertag=$_POST['gamertag']; $eaddress=$POST['eaddress']; if (!$gamertag || !$eaddress) { echo 'You have not entered all of the required information.<br />' .'Please go back and try again.'; …

Member Avatar for DGStudios
0
119
Member Avatar for Broomy

Hi, i'm very new to sql so to say i'm a bit confused is a bit of an understatement! I'm tring to set up a search facility so that results from multiple databases will come from just one form. A better way of explaining would be to show an example …

Member Avatar for DGStudios
0
932
Member Avatar for sam7

I am trying to use Troy's class_http. For the moment, I am just trying to use the example provided. I have try to point to a cache directory, to leave it blank (so it should save it to the current dir). whatever the solution, the log always show : could …

Member Avatar for sam7
0
65
Member Avatar for rafcio

Hi! One simple problem. I've got face pictures (different resolution etc) and I want to find an eye (retina exactly) and then isolate them from this picture. My friend told me that eye is the most darker area on picture (but when I find the most darker area - pixel …

Member Avatar for leelee
0
58
Member Avatar for puddin

Okay How Does The Pros Do It! The user fills out the entry form and becomes activated. But I don't want the Post method because the user cannot go back without getting an error... And I don't want the GET method because it shows in the address bar... How do …

Member Avatar for puddin
0
125
Member Avatar for rcasinillo_s

I retrieved data from database, output to a form thru loop after that iwant to change something and then i will send it back to the data base for update here is the output datails so that you will the idea what iwantl. [URL=http://www.nwafh.med.sa/eng/php/progs/edit_book_test.php]http://www.nwafh.med.sa/eng/php/progs/edit_book_test.php[/URL] Thank you in advance Roland

Member Avatar for rcasinillo_s
0
91
Member Avatar for olddocks

I have a very weird problem. I have a site where a php gd library script dynamically generates gif/png images as a bar indicator. These images i have checked are about 76 bytes each. Yet it loads slowly. Earlier, i used mod rewrite to rewrite my url as a pure …

Member Avatar for olddocks
0
87
Member Avatar for anoobkb

Hello friends, We just wanted to inform you about the website abcphp.com that we have launched to support the PHP developer community. abcphp.com was launched on 1st April 2006 and through this website we hope to help developers who use PHP and its related technologies. Unlike many other PHP community …

0
81
Member Avatar for infitech

Is there a conflict here? Does this look right? [code]RewriteEngine on RewriteBase / RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6 RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4 RewriteRule ^(.*).html$ $1.php RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^$ index.php RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1 [/code]

Member Avatar for DanceInstructor
0
53
Member Avatar for web_developer

i am insatalling apache server and php. i need to download php to apache connector. [B]php4apache2.dll[/B] i goole it but i didnt find it any help guys sam

Member Avatar for DanceInstructor
0
58
Member Avatar for timbajaj

Hi I am new to web designing and need some advise I don't know whats the best web desiging tool/software in the market. I have heard dreamweaver is good but its too complicated, is there any other tool that is good. I am looking for something that is easy to …

Member Avatar for Lafinboy
0
119
Member Avatar for chaom79

Hi guys, this is like a continuation from previously coding that i've posted here in this forum. Now, when I'm tried installed it at Windows 2000 platform, with 128MB RAM,and Pentium III processor, this error occured; Fatal error: Maximum execution time of 30 seconds exceeded in c:..\virus\index.php on line 81 …

Member Avatar for chaom79
0
131
Member Avatar for puddin

Hi My php page will have links okay I need to know how when a link is clicked for the php page to reappear with the include file but not automatically I want the Include file only on click not include automatically... I have it like this and it keeps …

Member Avatar for DanceInstructor
0
67
Member Avatar for benzspider

trying to create a script that will redirect user to a new webpage based on the user's browser preference. dont know if this script is right is the write way to write one <? php header ('location: http://www.yahoo.com/' http://www.msn.com/' http://www.ask.com/' ) ; ? > or <? header ( "location: $_post …

Member Avatar for DanceInstructor
0
68
Member Avatar for quansah

i want to upload files into a folder and store the relative loaction of that file in a database using php and mysql. help

Member Avatar for DanceInstructor
0
118
Member Avatar for stupidfly

Hello. What is the best method to display a random image? I have a bunch of banners in a folder. The images are named "banner001" and the numbers ascend from there. These banners will be on the top of my pages. What is the most efficient way to randomly pick …

Member Avatar for stupidfly
0
112
Member Avatar for hinde

I have to write an include file for this independent study thing I am doing, since my boss doesn't feel that mysql stored procedures are enterprise-ready yet. This include file will, among other things, interface with the database that I designed. Is there anything I should know before doing this? …

Member Avatar for TopDogger
0
99
Member Avatar for jiruiz78

I need to develop an IT Asset Tracking system for my work. It will include all printers, computers, external devices, etc. I could develop one from scrach, but I am having problems defining the relationship between Asset -> Mac Address -> IP address (not all assests will have Mac address, …

0
154
Member Avatar for martinkorner

In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the …

Member Avatar for UberAAZ
0
428
Member Avatar for nike123

I am trying to assign tomorrow date to a variable in my program call $tomorrow, but i just cant seem to work out how to do it. Have done today's one by doing $date = date('Y-m-d'); after reseraching I thought it will make sense to do this $tomorrow = mktime(0, …

Member Avatar for rahulgs
0
332
Member Avatar for michellephp

Hi everyone! I am desperate to find an answer to this problem. I have read through (and tried to use) anout 6 different tutorials, but I just cannot fix this. It would mean so much to me if someone could tell me what I am doing wrong, my brain is …

Member Avatar for michellephp
0
144
Member Avatar for lkpatir

I have installed MySql 5.0.19, Apache 1.3.34 and PHP 5.1.2(SAPI Module) and configured both php.ini and httpd.conf files such as extension_dir,doc_root,LoadModule,AddModule,AddType etc. on myWindows Xp (FAT32) system. When I invoke test.php containing the code <?php phpinfo(); ?> on the browser, the sorce code itself gets displayed without error. Where is …

Member Avatar for Viji
0
148
Member Avatar for Viji

Hi, I am a beginner trying to learn PHP. I have created two Files -one HTML page and another is a PHP file. HTML page-Form page PHP file- Does the Evaluation. HTML code: <form action="Samplepgm.php" method="post"> Your Name : <input type="text" name="name"><br><br> E-mail : &nbsp; &nbsp; &nbsp; &nbsp; <input type="text" …

Member Avatar for neilem
0
141
Member Avatar for danigrrl

<? if($_POST[format] == 1) { $str = <<<EOD <!-- tinyMCE --> <script language="javascript" type="text/javascript" src="htmleditor/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : "exact", elements : "msg_area", width : "576", height : "380", …

Member Avatar for neilem
0
156
Member Avatar for web_developer

i installed wamp server 1.6.1 only 1 service was installed ("mysql") the apache server didnt install and i checked the auto installion during the install what is the problem? sam

Member Avatar for web_developer
0
62
Member Avatar for puddin

PHP Pros PLEASE Explain To Me : I have a page profiles.php Now on the profiles.php page are several links and when the user clicks one of the links The address bar does not change - The user sees the selected page they clicked maybe they clicked add your photo …

Member Avatar for goldeagle2005
0
63
Member Avatar for preist

[B]Hi everyone! Nice forum you have here, I was looking for a forum like this for a long time.[/B] [B] [COLOR=DarkGreen]I have an important issue. We had a website and a stand-alone phpBB forum script. Today, the guys wrote a whole new website based on php-nuke cms, with included forum. …

Member Avatar for preist
0
86
Member Avatar for puddin

Hello, Q. With php I know we can Create a Form and have it POST to read on the next page. Great! NOW can it post to a third page, without using a form again. I just want to carry the users name around, so to say. Design so my …

Member Avatar for puddin
0
114

The End.