39,316 Topics

Member Avatar for
Member Avatar for koushikd

Hi, Unable to connect to MSSQL through PHP+ADODB+APache in my laptop. While the same is running fine in the server. Checked the SQL it is running fine. Can anybody help me?

0
40
Member Avatar for websurfer

hello, all: I am trying to make it so I can show a banner according to a blog articles's category(ries). per example if a posting (or postings) appears under category 101, then show banner1, if it appears on category 102, show banner2, if category 103 show banner3 and so forth. …

Member Avatar for websurfer
0
98
Member Avatar for Parab00n

I'm looking to add something like the survey I linked to one of my sites. Does anyone know of any tutorials on where I could figure out how to do this? [url]http://www.surveymonkey.com/s.aspx?sm=6XI3oB8MLk7ImuY5QtIDbQ_3d_3d[/url]

Member Avatar for FlashCreations
0
99
Member Avatar for MVied

Okay, so I'm writing an application. In this application there is a drop down with the selections 10, 20, 30, and so on to 100. This drop down controls the amount of times a loop will occur. Basically, every time the application gets to a loop that is 10% of …

Member Avatar for MVied
0
177
Member Avatar for yasmena

I have a problem with DATES .. i used to get the date from the user as 20-10-2009 and the DB field is DATE not TIMESTAMP then i use the following line to convert the date to DD-MM-YYYY when being viewed to the user since its stored in the DB …

Member Avatar for PoA
0
59
Member Avatar for duttydea

i am trying to calculate my working hours. I have a start time, a finish time and a lunch flag. What i am hoping to achieve is: difference between start & End time. If Lunch flag equals yes then deduct an hour from the Total. Can anyone help? Thanks in …

Member Avatar for duttydea
0
90
Member Avatar for LogicWeb

Good day everyone. I purchased Octazen contact importer script and trying to customize the sent emails to use html, but I cannot figure out exactly how to go about this process since the main file importer.php is mixed with php and html, and the actual form fields and the send-out …

0
53
Member Avatar for schowhan

There is showing error but i am not able to solve, please help: error is : [B]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Warning: mysql_fetch_array(): supplied argument is …

Member Avatar for schowhan
0
109
Member Avatar for Andrew Hucks

Thanks for opening this, even though I have a rather vague title. Anyways, here's my predicament: I'm making a tool for players of the MMORPG [URL="www.runescape.com"]RuneScape[/URL] that would let them lookup their hiscores, and see how much XP they need from where they are to the next skill level. [URL="http://hiscore.runescape.com/hiscorepersonal.ws?user1=%27itstruikou"]Here's[/URL] …

0
74
Member Avatar for ica_era08

pls... send me... what is a good topic for a research/thesis...

0
35
Member Avatar for R0bb0b

I use to use all for loops for looping through database data sets and just started using while loops with mysql_fetch_ type functions and for some reason, the second mysql_fetch loop in the file never seems to fire but does when I switch the second one to a for loop. …

Member Avatar for R0bb0b
0
188
Member Avatar for jackakos

I am retrieving a list from my sql db into a select option box which works fine. The other part of the script should enable a selected name to be printed into a textarea, however this bit is giving a headache. Hope someone could be of help. [CODE] <HTML> <HEAD> …

Member Avatar for jackakos
0
145
Member Avatar for daviddoria

Does anyone know how I can count how many times a pdf has been downloaded from my site? Maybe someone has a php script or something that does this? Thanks! Dave

Member Avatar for daviddoria
0
154
Member Avatar for dflor

I've already installed apache server, php and mysql and they are working. I can't configure php and mysql to work together. When I run the test, I receive the message: "Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\mysql_test.php on line 9". What can I do?

Member Avatar for dflor
0
76
Member Avatar for infernodeep

Hi guys I need some help from you guys... im facing a new problem with php download script when im downloading a application file, it suddenly stops and showing completed but application is not installing. the actual size is 9Mb....but it downloads sometimes 5.2Mb,6Mb,6.8,7.4Mb....it's not constantly downloading at certain size …

0
48
Member Avatar for nil_gh_80

anyone help me to recommend a free mail server like [COLOR="Red"][B]squirrel mail[/B][/COLOR] which is easy to use and configurable.....

Member Avatar for mexabet
0
209
Member Avatar for adrenaline_elz

Hi to All! need help, why is it time on the server is not exact in the output of the page. I' am using WAMP5 Server. If time depend on the time of the server, how can I change its time because it has 4hours ADVANCED. thanks.

Member Avatar for kevindougans
0
88
Member Avatar for corvette

Hi, can you give me an idea for a web project using PHP. I have a hard time thinking of it. thank you! :)

Member Avatar for corvette
0
78
Member Avatar for virspy

Hello friends, Iam Viru, and iam new to the PHP i want to add list of categories in that, but iam unable to add those, but iam not getting any error message also can any one help me please. is there any error in these please. Thank u in Advance …

Member Avatar for Shanti C
0
120
Member Avatar for kaka22

hie guys am a programming student who would love to know web design and hence would love to know which web dev. language is best between php and asp.net and where i can get the tutorials for free downloads

Member Avatar for Shanti C
0
85
Member Avatar for yasmena

I Need to insert a date into mysql database i dont know which is better using DATE or VARCHAR as the date field ?? im using now the DATE type but whenever i insert any date its not inserted in the DB 0000-00-00 it appears like this . the Code: …

Member Avatar for R0bb0b
0
81
Member Avatar for hirts_gal

i develop a web based ftp system. i can retrieve .txt file only from the ftp server in red hat linux 9.0. Can any one tell me how to retrieve other type of files in ftp server for example .doc or .jpeg. i have no problem in uploading those file …

Member Avatar for hirts_gal
0
112
Member Avatar for neil82

PHP error debug Error: mysql_num_rows(): supplied argument is not a valid MySQL result resource Error type/ Nr.: Warning - 2 File: /data/www/manager/includes/document.parser.class.inc.php(797) : eval()'d code Line: 58 Here's the code: [code=php]<?php /******************* parameters $details==0 if the person wants just the summary $details==1 if the person wants to see the course …

Member Avatar for R0bb0b
0
128
Member Avatar for Maverick2608

Code: [<?php Mail(“info@dating-advice-for-women.com”, “This is the message subject”, “This is the message body”); ?>] Error message: "Parse error: syntax error, unexpected '@' in /home/dating8/public_html/newland/messagesent.php on line 2" The server is SMTP email-enabled and the folder on the server has permission to send SMTPmail messages. The hosting company reply: "Please ensure …

Member Avatar for R0bb0b
0
116
Member Avatar for bettina702

Hi everyone, I am trying to make a login form for my site. I am using the About.com code as a template of sorts. You can find that here: [URL="http://php.about.com/od/finishedphp1/ss/php_login_code_4.htm"]http://php.about.com/od/finishedphp1/ss/php_login_code_4.htm[/URL] I have since changed this code to make it easier for my clients to log in. I want them to …

Member Avatar for bettina702
0
90
Member Avatar for msi_333

Hi all , what i want to do is to resample my large image into smaller resolution image and save it on the server, but the output image is corrupted when i open it in windows image viewer :(:( please help me , here is the code . [CODE=php] // …

Member Avatar for msi_333
0
666
Member Avatar for annasweb

Hi, I posted this in the MySQL forum and after 3 days without any help I thought I might have it posted in the wrong forum so I am posting it here. I am trying to query a terms database with multiple text boxes. The user has a choice of …

Member Avatar for cwarn23
0
77
Member Avatar for Shanti C

Hello Friends... Tell me how to store my product information in xml file using php ... Is this is a replacement of my database... Please tell me any information on this... Thanks in Advance.. Shanti

Member Avatar for R0bb0b
-1
205
Member Avatar for jees

Hi, I am a webdesigner and don know much about php coz, my main stream is html and css. I used to use asp feedback forms for my websites. But my new website server is unix based. I think asp feedback forms are not supported in unix. Please tell me …

Member Avatar for R0bb0b
0
88
Member Avatar for antwan1986

Hey guys hopefully this is just a quick question. I've a form that is sending data to a PHP script. The form has the following textbox: [CODE] <input id="quantity1" name="quantity1" type="text" value="" /> [/CODE] Whenever it is posted I do the following: [CODE] function isInteger($val) { if (is_int($val)) { return …

Member Avatar for kevindougans
0
115

The End.