39,320 Topics

Member Avatar for
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
89
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
54
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
120
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
132
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
115
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
430
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
336
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
146
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
149
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
142
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
160
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
64
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
Member Avatar for benzspider

can any one help me with this script I am just gettin started with PHP I am trying to create an calculation script that would calculate the Constant: PI = 3.1415926535 Radius, area, and circumference of a circle . This is what I have dont so far but just cant …

Member Avatar for DanceInstructor
0
129
Member Avatar for rcasinillo_s

Good day to all members! Anybody could help me or could give me a php code. What I need is I want to put link on each data that I had retrieved through array from mySQL database so that when I'm going to click each of them it will display …

Member Avatar for DGStudios
0
137
Member Avatar for web_developer

hey all i have a queastion. i used to develop using .net now i want to start developing in php, can i install apache server in my computer and i already have IIS installed? my hd is 2 partitions, i have IIS installed in C partition, can i install apache …

Member Avatar for web_developer
0
118
Member Avatar for johnchristopher

Hi, Im triying to built a PHP extension, that will calls some other functions in some other .so files( in windows this is .dll files ) in Linux, I got the following error PHP Warning: Unknown(): Unable to load dynamic library '/opt/httpd/apache/php/ext/libbgt.so' - /opt/httpd/apache/php/ext/libbgt.so: undefined symbol: _Z14OnUpdateStringP15_zend_ini_entryPcjPvS2_S2_iPPS2_ in Unknown on …

0
83
Member Avatar for cyberoptik

Hi, I did a search for "mod_rewrite phpbb' and didn't get any good results, so can I please get some help in setting up mod_rewrite for a phpbb forum? ([url]www.falloutboyforums.com)[/url]. I'd like it to be like Namepros where forum categories look like [url]http://www.namepros.com/website-development/[/url] and topics look sort of like [url]http://www.namepros.com/website-development/181434-need-myspace-layout-theme-logo-script-new-post.html[/url]. …

0
97
Member Avatar for chaom79

Guys, right now I'm developing a web traffic analysis coding. So, the problem is that my php syntax can't read the browser type and version (i.e Internet Explorer 6, Mozilla/5). It only displayed unknown. This also occured when the coding tried the OS version (i.e Windows 2000, XP, Linux). Below …

Member Avatar for chaom79
0
146
Member Avatar for quansah

a little picture of the site logo appears on the tab of my browser (opera) eg. daniweb has db on the tab. I want to know how to do that. Pls help.

Member Avatar for Dani
0
85
Member Avatar for Brims

Can anyone point me out into using registering scripts and login scripts

Member Avatar for Troy
0
193

The End.