39,320 Topics

Member Avatar for
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
740
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
93
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
90
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
91
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
69
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
139
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
104
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
77
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
88
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
54
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
45
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
94
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
147
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
44
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
185
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
92
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
46
Member Avatar for Stefano Mtangoo

Hello All, As plain as the question is: I'm compltely newbie in PHP but in near future I plan to study PHP. I now Learn Python and need to Get acquanted with PHP as well as C++. My Question is, IS THERE ANY FREE BUT LEGAL Books ready for download …

Member Avatar for Stefano Mtangoo
0
114
Member Avatar for Sheridan

I have created a page with a number of frames. One of the frames has a form with a submit button. On submit, I want to close the entire page (ALL the frames) and open the new page in a fresh window. How do I do that?

Member Avatar for Sheridan
0
90
Member Avatar for througheye

Hello daniweb guys Can anyone provide me [url]www.superrichjesus.com[/url] script. I need it urgently for my working purpose. Or can you tell me where i can find it? thank you.

0
51
Member Avatar for amanjha

Hi Friend, I want to develop a web page which will show the search result for flights from source and to destination. I do not know how to access the individual airlines company access their details for the above particular search. Do they provide any service for this? If then …

Member Avatar for Rhyan
0
104
Member Avatar for praveen_dusari

hi all, i want a image gallery script like [URL="http://www.itasveer.com/doodlepad.do"]this one[/URL] using php or javascript or ajax does any please refer me to the site where i can get the script or i am ready to pay for the script too thank u in advance

Member Avatar for Rhyan
0
62
Member Avatar for krauz2

How can I have a switch command send to a ftp site? Here is what I have. Instead of $to_email is there one for URL? Thanks everyone. Erich switch($attn1) { case 'employees': $to_email = "ftp://myftpsite@rgl-e.com"; break;

Member Avatar for Rhyan
0
65
Member Avatar for gym_shorts

Here is my scenario: Users opens IE and home page loads based on our group policy in that page I need the following to happen: 1) creates a cookie with an expiration date of 30 days 2) checks to see if cookie is set, if it is set and its …

Member Avatar for gym_shorts
0
128
Member Avatar for mgn2683

Hi, I'm hoping someone can give me some advice or guidance. I am using Developer Toolbox (yes I'm still trying to learn php) Right now I have an index page with 7 set links on it. Basically, a user logs in, and is brought to this index. Based on what …

Member Avatar for mgn2683
0
116
Member Avatar for Aamit

Hi.. I am creating one table has huge data. creating one input text & search button. when put some string i.e. anything we want as input in text field [COLOR="Green"]when click on search button..... [/COLOR] [B]I want to show that the content match with string the rows in database are …

0
78
Member Avatar for igeek

Hey everybody, I've been working with PHP for a few months now and have come pretty far... and am starting some pretty big projects using Object-Oriented PHP design patterns. I've learned a bit about the Model-View-Controller and decided to sort of make it with twist. Before I started implementing it …

Member Avatar for ShawnCplus
0
73
Member Avatar for ocbphoto

I am trying to develop a ListMenus like this one [URL="http://www.felixonedst.com/test/dependents.php?"]http://www.felixonedst.com/test/dependents.php?[/URL] I have already my database running i am missing all the rest, PLEASE HELP ME GUYS THANK YOU

0
60
Member Avatar for 123468743867143

Good day everyone from beautiful California, I have been able to limit the number of listings showing per page ($per_page=10) [COLOR="red"]But how do I limit the number of pages so I do not have rows after rows of pages.[/COLOR] [B][COLOR="Green"]The way it looks now:[/COLOR][/B] 1 | 2 | 3 | …

Member Avatar for 123468743867143
0
374

The End.