39,393 Topics

Member Avatar for
Member Avatar for purplephp

My web designer disapeared and left me with my site done in PHP and MySQL. It was all ok until the other day when something suddenly stopped working. I don't know anything about MySQL or PHP. On my site when you click 'recently added' it used to display products in …

Member Avatar for purplephp
0
124
Member Avatar for mindfrost82

I posted this question in the Webmasters Lounge, then I saw the sticky about not posting technical questions there, so I'm re-posting it here. It doesn't necessarily have to be PHP, but that's what the rest of the site is coded in. I'm using IIS on Windows 2k3 R2. What …

0
69
Member Avatar for bigplayr6

i recently switched hosting providers over to godaddy and now this admin/login system that i worked on is not working. the db is installed. the code is back in the same place. the username/password/db name/localhost has even been updated. i just keep getting the same error. i am a little …

Member Avatar for stymiee
0
61
Member Avatar for muruganasm

hi i am install php in my pc. but it is not working i dont know what is the problem. kindly reply me...

Member Avatar for javedkhan
0
86
Member Avatar for assgar

Hi I am not sure I am approaching this correctly. I need to increment the appointment time by 15 mins for each loop. This is would be the correct result: 13:00, 13:15, 13:30, 13:45, 14:00, This is what I am getting: 13:15, 13:15, 13:15, 13:15, 13:15 The user selects the …

Member Avatar for dr4g
0
1K
Member Avatar for sickly_man
Member Avatar for sickly_man
0
85
Member Avatar for sickly_man

good morning everyone. i have pretty much correctly implemented a browsing function to look at table information 3 rows at a time. here's the problem: my front end builds the search query from user-entered information, so when i hit the "Next" button to see the next 3 rows that fit …

Member Avatar for sickly_man
0
115
Member Avatar for bubai

i am using iframe. it works in internet explorer which show the content of word file but in mozila download the file. How i solve it in mozila firefox. Any one help?

Member Avatar for digital-ether
0
66
Member Avatar for ankitagalaxy

I m beginner in Php-Mysql. I have installed apache PHP-Mysql but still it is showing problem in running the script. I really need a help to learn it. Anyone is there who can solve my problem.

Member Avatar for stymiee
0
45
Member Avatar for FBI

hello my friends :) I'm new to web dev so ive started learning PHP. i have a couple of questions... 1. Can i change the default .php extension to .whatever ? 2. Can i change something.html to something.whaever extension? in Apache Mod rewrite? i mean SEO. i want to make …

Member Avatar for FBI
0
1K
Member Avatar for MB1765

Hello to every body who visit this thread I want to prevent view source(html tags & javascript scripts) of the page with php. I've studied php manual withuot any success how can I do it? Is it possible

Member Avatar for MB1765
0
193
Member Avatar for Cerberus

I couldn't find anywhere to ask this question and i'm working with PHP so i thought i would ask it here. What would be the SQL statement to modify a database field from 'YYYY-MM-MM' to 'DD-MM-YYYY'. Thanks,

Member Avatar for Cerberus
0
102
Member Avatar for sickly_man

i've got a front end that upon the user entering criteria it displays the 1st 3 records that match that criteria. is there an easy, or somewhat easy way to display the next 3 records? and possibly even be able to go back browsing thru matching records in groups of …

Member Avatar for Ezzaral
0
84
Member Avatar for sickly_man

whats up everybody? im using the [U]Web Database Applications: with PHP and MySQL[/U] book and tried to modify their generic browse function to make a front-end that looks at a table 20 records at a time. suffice it to say, i can't get it to work. the function is in …

Member Avatar for Ezzaral
0
498
Member Avatar for bharati_saran

hai, i want to load the combobox with the data from database and want to retrieve data ina textbox from database using php........how can i do it. It's very urgent...... i want the code can any body help me...... Thank u all....

Member Avatar for stymiee
0
43
Member Avatar for ndeniche

i am a newbie in learning php, and i would like to know if php can be used just as javascript being initialized in the head of an html docment to be called whenever you need it?

Member Avatar for WhiteLeo
0
135
Member Avatar for ndeniche

i am trying to do some examples to understand more easily php, but when i try them, this happens: (here is the source code) [code=html] <html> <body> <?php $arr=array("one", "two", "three"); foreach ($arr as $value) { echo "Value: " . $value . "<br />"; } ?> </body> </html> [/code] and …

Member Avatar for ndeniche
0
88
Member Avatar for marjan_m

what is the difference between Apache and IIS,n which is required to install for using php.kindly let me know? Regards,

Member Avatar for Ezzaral
0
217
Member Avatar for hbmarar

Hi, Wishes. While i try to install phpunit in Xampp I get the following line along with few other . phpunit/PHPUnit requires PHP extension "reflection" I googled a lot and no where i could find any such extension. what i shud do to find this extension. I removed one required …

Member Avatar for lukescammell
0
190
Member Avatar for pd1234

hi, i created one registration form include image verification field how to add image and how to verify give some idea. Thanks.

Member Avatar for Ezzaral
0
58
Member Avatar for cancer10

Hi Does anyone know what is the simplest way to backup a database using the [b]mysqldump[/b] function in php? I have googled a lot and the codes i have found are very hard to understand and most of them does not work. Thanx in advance for your help.

Member Avatar for MitkOK
0
285
Member Avatar for mithesh

hi i want to read the whole URL passing through the address bar and asssign it to a variable .Please help me

Member Avatar for MitkOK
0
96
Member Avatar for kodiak

Hi!!! I need to check a form for illegal characters through a whitelist(list of allowed characters) with php. A function that could do this for me would be helpful...I can't find one on google... I really have no idea how to do this.... thanks!!!! ~Kodiak

Member Avatar for stymiee
0
841
Member Avatar for RobLamb

Hi I have a problem with a site I am doing. I am writing an email address as a session variable and on my dev machine (windows XP running EasyPHP) I am having no problems calling up user information based on this. BUT when I put it on the live …

Member Avatar for SStedman
0
84
Member Avatar for okparrothead

hello DaniWeb Forum, I need help with reading a csv. Here's the file: product name, color, width, quantity, subtotal product1, red, 20", 200, $30 proudct2, blue, 30", 10, $12 I've written code that creates this file as an order. What I'd like to do is read the subtotals and generate …

Member Avatar for Ezzaral
0
108
Member Avatar for dgdg

hi all , need to know whether an array with too many indexes or only one index creates difference in processing time? for example say array $aTotalsMarks [code] $aTotalsMarks[$sSchool][$sDivision][$iRollNumber][$sExamCode][$sSubject]; [/code] And [code] $aTotalsMarks[$sSchool.'##'.$sDivision.'##'.$iRollNumber.'##'.$sExamCode.'##'.$sSubject]; [/code] does the above two arrays make a difference in processing if the number of indexes are …

Member Avatar for Ezzaral
0
60
Member Avatar for vssp

hi friends I am using mail function to send message one user to another user in php application . When i send the mail i got the html code with mail content . [B]example[/B] X-Mailer: PHP/4.3.9 Message-Id: <[EMAIL="200707242342454.CDF209301FD@mail.xxxxxxxxx.com"][U][COLOR=#0000ff]200707242342454.CDF209301FD@mail.xxxxxxxxx.com[/COLOR][/U][/EMAIL]> Date: Wed, 18 Jul 2007 00:24:54 -0700 (MST) Name : RAM<br><br>Message :<b>Test</b> …

Member Avatar for vssp
0
86
Member Avatar for kodiak

ok, so i need to insert something to my mysql database. I have seperately tested the connection, and it's good. It's just something wrong with my code. Look at it. [code=php] <?php include("db.php"); $link2=mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); if(!$link2){ echo "could not connect.";} $myusername="test"; $mypassword="test"; $sql="insert …

Member Avatar for kodiak
0
117
Member Avatar for Persist01

Hi, another newbie here and 1st-time post so hope I have posted this correctly and I hope someone can help because it is doing my head in... Basically I have a cookie that gets set after a user submits an answer to a poll question. When the user hits the …

Member Avatar for Persist01
0
3K
Member Avatar for mindfrost82

I have IIS setup on a Windows 2003 server configured with PHP. There's a section of the website that requires a login, and I have it setup to integrate the login with a Windows account on the server. What I would like is to create a home directory for each …

0
71

The End.