39,393 Topics

Member Avatar for
Member Avatar for scorpionz

Hi this is scorpionz I am having a site locally, it is PHP based, completely created from scratched, having CSS, Javasript, PHP, HTML all done by me. I need a load testing software, or Stress Testing Software, So i can have a testing results. for my site, before launching. can …

Member Avatar for Rhyan
0
146
Member Avatar for haii

hii While i am accessing a PHP web page,time out occurs. But the max_execution_time in php.ini is set to 300 seconds. But timeout occurs after 2 or 3 minutes. How can solve this pblm. Please help me

Member Avatar for Shanti C
0
109
Member Avatar for almualim

hello friends, i have two page in php, the first page contains entry form, and second page contains insert query, i want to keep form variables In the case of an error.

Member Avatar for almualim
0
109
Member Avatar for FlowerPower

I have added a piece of code to my php form that apparently should stop (or at least) minimize spam. It doesn't. And since I added it every form that doesn't get filled in says: form: Array in my inbox. Now, I have also added a piece of code that …

Member Avatar for Rhyan
0
103
Member Avatar for blaaze

hi everyone its a challenge to all im looking for a script that must satisfy these things 1.it must be in php language 2.it must work like a robot when initiated and must run automatically on server side only 3.it must extract the text of any website that is mentioned …

Member Avatar for blaaze
0
105
Member Avatar for japtrickzz

im just want to know that if theres a tutorial of making powerpoint like in a use of php? or just like putting all the contents of one paper into a template. like a concept of powerpoint presentation. but there is not any included animation and transitions. im doing right …

0
35
Member Avatar for Venom Rush

Hi there I'd just like to know if this is possible. I have a form with various fields that are filled out by a user along with a captcha and a file input. My problem is that when ever I execute the form the file is uploaded to the server …

Member Avatar for Venom Rush
0
89
Member Avatar for jjfletch

Basically, there is a secured site, which I can log into and then add data via a form once I'm logged in. I can pass the login information in the URL, and I can get it to work if, for example, I type the address into my browser bar, like …

Member Avatar for santy0105
0
93
Member Avatar for nil_gh_80

Hi, If I refresh a page than post values are also submitting repeatedly........... how to solve this problem....

Member Avatar for bhavik_thegame
0
101
Member Avatar for Modo

hi guys how r u doing ... i was surprised to realized that what we learnt over php at college is almost nothing .. it was pure localhost and we know nothing about how to get stuff done in real webservers ... and although we learnt how to use sql …

Member Avatar for bhavik_thegame
0
154
Member Avatar for xoxbet

Hi, Maybe this thread must be in unix forum, but there are no server's subforum, so I start this thread here. this is first time I'm installing GeoIP. [CODE]yum install geoip[/CODE] - successfully installed version 1.4.4-2.fc8 But I need it to work on php, so I tried: [CODE]pecl install geoip[/CODE] …

Member Avatar for xoxbet
0
649
Member Avatar for marcmm

Ok, I have this dilemma reguarding the building of querries. I have a website that browses hotels. The user can select the region and the quality of the hotel via some dropdown boxes and then he is offered weather the search results should include certain options that the hotels should …

Member Avatar for marcmm
0
102
Member Avatar for master_m

Hi I am trying to get my dreamweaver cs3 to get connected to mysql. But I got this error "your php server doesn't have the mysql module loaded or you can't use the mysql(p)connect functions" I have configure php.ini and the environment setting. extension....mysql.dll extension...mysqli.dll Previously I have install xampp …

Member Avatar for master_m
0
751
Member Avatar for througheye

Hello Can anyone provide me a video tutorial about framework in web development field within php like how the file structure are organize in a framework,etc. Tutorial can be base upon oscommerc, zendcart, etc.This can be developing a web site . thank you.

Member Avatar for cwarn23
0
95
Member Avatar for Aamit

Hi.. [code] <?php $today = mktime(date('g')+5,date('i')+30,date('s')); $today=date("M j Y g:i a",$today); echo $today; ?> [/code] When i am refreshing page only that time i got the correct value of time... so i want to show time i.e. [COLOR="Red"]continuously updated time on page without refresh page..[/COLOR] How to do that???

Member Avatar for cwarn23
0
94
Member Avatar for slickhesty

I'm trying to install a social networking CGI script on my Apache/Linux server running PHP. I'm installing the files under mysite.com/cgi-bin/members/admin.cgi //setup.cgi //login.cgi, etc. My server does not want to start executing these files when going to the URL for system setup. So I'm in a bit of a conundrum …

Member Avatar for cwarn23
0
92
Member Avatar for bimaljr

Hi I want to create PHP pages from where I can access my Marketplace of Facebook.. where I can create/update/delete bulk Items (Not for spamming. I want to manage some 30/40 items from my own hosting.) There is Facebook API.. but I don't know where to start. Please help me …

0
71
Member Avatar for intrikate01

Hi, can anyone help me with building a script that submits a URL over and over again? im pretty new at php and im just starting to learn how to use codes and stuff. basically the whole idea is i use a urlsubmitter.php script then open command prompt and use …

Member Avatar for intrikate01
0
141
Member Avatar for 123468743867143

I have rebuilt numerous navigational buttons into CSS (.button {backgroung-image ETC) to reduce the number of http requests. It works fine (better loading time and so forth) except that the images are "seen" as unsecured. My thought: Possibly move or copy the images in question from http to https. [B]But …

Member Avatar for 123468743867143
0
105
Member Avatar for maddogsprofiles

Can someone please tell me the code MySpace uses to put the little pluses & minuses in the corner of their boxes to make them collapse like they do. I really need this for my site because I have a few boxes on my users pages that I need to …

Member Avatar for ShawnCplus
0
78
Member Avatar for tuse

Hi! In the following code- [code=php] <?php header('Cache-Control:no-cache'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action="<?php echo($_SERVER['PHP_SELF']);?>"> <p> <label>Name: <input type="text" name="txt" id="txt" value="<?php $_POST['txt'];?>" /> </label></p> <p> <input type="submit" name="b1" id="b1" …

Member Avatar for tuse
0
89
Member Avatar for darjana

Greetings, I have the following code [CODE] <? include("conn.php"); $sn=$_GET["sn"]; $sql="select * from kpi where no='$sn'"; $result=mysql_query($sql,$connection) or die(mysql_error()); while($row=mysql_fetch_array($result)) { $sn=$row['id']; $no=$row['no']; $pdetails=$row['pdetails']; $kpistatus=$row['kpistatus']; $status=$row['status']; $cols=$row['cols']; $rows=$row['rows']; } ?> <form name="form1" method="post" action="formsubmit.php?mode=addtable"> <table width="100%" border="1" align="center" cellpadding="2" cellspacing="2"> <tr> <td colspan="2"><strong>Add Table</strong></td> </td> </tr> <tr> <td>NO</td> <td><input name="no" …

0
55
Member Avatar for Stefano Mtangoo

Hello all, greetings! I'm setting Phpbb3 forum and I need the sidebar of my website to have dedicated <div> for hottest topics on the forum. How do I do that? Which phpbb3 file stores such information. NB: I'm very new to PHP Thanks all!

0
47
Member Avatar for animedude123

Hey, Right now I'm working on a login system for my site. The user enters their info, the info is sent to the php page through ajax, the php checks if the input fields are empty and checks if the info is correct. If fields are empty or the info …

Member Avatar for ivanCeras
0
95
Member Avatar for bluerain25

hi guys, somebody help me please i need to know how to retain any input on page reload. I have 2 chained combo box (province and city) when a user choose a province, the next combobox should be populated. I use a script that reload the form to execute a …

Member Avatar for hakimkal
0
149
Member Avatar for fanni

Am trying to setup the cron jobs to send mails automatically to the users. Am using below command but am getting error as below /bin/sh: line 1: /hsphere/shared/php4.4.4/bin/php-cli/home/bizallia/public_html/admin/cron.php: No such file or directory Could anyone know the solution?

0
46
Member Avatar for kevin wood

i have set up a mysql db for storing news articles to be displayed within a flash website. i have now been asked if i could add an image upload function to this section. i have created the upload page and i can upload the images to the db fine. …

Member Avatar for terrymodular
0
1K
Member Avatar for websurfer

Hello, all: I have a general question on SEO and database-driven site integration... I am starting to convert a company site from static, to dynamic driven site (php/mysql) with a basic admin section, so that owner can make changes himself thru the browser. I have read about issues related to …

Member Avatar for cwarn23
0
188
Member Avatar for Shanti C

is there any possibility to access server php ini file ??? if i enable to get work asp tags in php ,but it is not working in server... how do this possible??? thanks shanti

Member Avatar for Shanti C
0
96
Member Avatar for veledrom

Hi, How do i define the hard drive in [inlinecode]header('Content-Disposition: attachment; filename=......[/inlinecode] Something like this [inlinecode]header('Content-Disposition: attachment; filename=C:\MyFolder\file.jpeg); [/inlinecode] Thanks

Member Avatar for ShawnCplus
0
47

The End.