39,320 Topics

Member Avatar for
Member Avatar for webdesign4me

I am creating a client account management area on my site (check balance, pay your bill, print/save our contract, check progress, upload files/content, write messages to one another.. I have just about everything going smoothly (thanks entirely to a lot of info and help here @ DaniWeb).. One issue I …

Member Avatar for Jiwe
0
148
Member Avatar for Monster Killer

Hello. Part of a site i am making requires me to get information from an XML feed. I have a function that checks to make sure it can access the feed then get data from a tag in that feed. However, when i call the function using the code below …

Member Avatar for Monster Killer
0
232
Member Avatar for black_berry

Hello, I'm pretty new to php and i am trying to get the code below to work but i get the following error: [CODE]Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\Program Files (x86)\EasyPHP-5.3.5.0\www\Aution\itemdetails.php on line 14[/CODE] The code is: [CODE] <?php session_start(); include('config.php'); include('functions.php'); $db = …

Member Avatar for tinymark
0
118
Member Avatar for saadi06

Hi, I want to insert a jquery crousel in my website.The images shown will be fetched from the database.If a user clicks on the next arrow to view the image and it is not displayed for a while ,I want a loader to be shown in the meanwhile does anybody …

Member Avatar for tinymark
0
58
Member Avatar for mcatominey

Hi, I want to be able to sort a multidimensional array using its second dimension to sort the first. It is a list of sporting teams with points stored like this: [CODE]$teams[$teamnumber]['points'] $teams[$teamnumber]['players'] $teams[$teamnumber]['name'][/CODE] These teams are to be shown in a league table which is why they needed to …

Member Avatar for mcatominey
0
164
Member Avatar for NeeedYourHelppp

Is there any way this script check can be bypassed? :) its basically comes up like this: [IMG]http://i538.photobucket.com/albums/ff348/95Lokey95/versus-1.png[/IMG] random letters/numbers, would be greatly appreciated! i could also photoshop a forum sig for any helper :) as i am quite good in it.

Member Avatar for TechySafi
0
75
Member Avatar for dalip_007

Hi Guys, what i want in php may be a simple thing for all you expert people :-), but i am stuck in this problem. what I want is , to search for a word in the strings which starts from character "@". For example string is : "hey people, …

Member Avatar for RoyalElite96
0
163
Member Avatar for sanjaypandit

i have a problem with array i have 2 table please check attachment [code=php]$sqlQuery=mysql_query("select * from tbl_page_detail where page_name='Home'"); $sqlArr=mysql_fetch_array($sqlQuery); $arr = explode(",", $sqlArr['page_cat']); $arrsize=count($arr); $arrsizefloat=ceil($arrsize/2); for($i=1;$i<=$arrsizefloat;$i++){?> <? for($f=1;$f<=$arrsize;$f++){ if($f%2){ echo $val=$f-$i; $yahoo[]=$val; } else { $yahoon[]=$val;} } $comma_separated = implode(",", $yahoo); }[/code] i want to fetch category name from …

Member Avatar for diafol
0
133
Member Avatar for Krstevski

Hello friends, now I will show you how to make a simple anti spam protection (without using captcha) who is very effective. The original idea (for educational purposes) is taken from here: [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi/"]Part 1[/URL] [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi-2/"]Part 2[/URL] Sorry about the links and macedonian language, but I respect my friend and I …

Member Avatar for TechySafi
0
1K
Member Avatar for ApocDen

the code is very simple and all it does is get the ip of a member or guest and logs it in a text file. if the log.html doesn't exist it will auto create one for you, as long as the path is correct. Also make sure you set proper …

Member Avatar for TechySafi
0
1K
Member Avatar for dr.4030

Hi every body i made news page in my Dreamweaver project and i added the date and time by this code [CODE][/CODE]$time=(date("l dS \of F Y h:i:s A") . "<br />");[ICODE][/ICODE] it is work correctly but, i wanna post it into other page some things like showing added news and …

Member Avatar for vibhaJ
0
102
Member Avatar for rohittripathi

<select name="select" > <option value="0">Select any one</option> <option value="hide">Trainee</option> <option value="show">Product</option> </select> <td><input name="designation" type="text" id="designation" /></td> <td><input name="organization" type="text" id="organization" /></td> please help me how to hide both text box after select Trainee value from listmenubox and after select Product both textbox show please help how to hide and …

Member Avatar for vibhaJ
0
3K
Member Avatar for heshanm

Hi all, I have created a registration form and a login form. But it is not working. The data would not go into the database. Can anyone show me the error. I have posted my pages and database structure. [B][U]registration_form.php[/U][/B] [CODE] <hr /> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Member Avatar for heshanm
0
83
Member Avatar for leemp5

Hi Guys, I have an image upload script on my website however i got tired of uploading them one at a time so i decided to add multiple upload fields. Now when i submit the form i get the "Incorrect format..." error message appear from my code below. When i …

Member Avatar for dietdew12z
0
107
Member Avatar for n00b_in_need

Hi, I am working on a refined search feature and I am having a little problem with the following code. I'm trying to get the "genre" values from the form. Then use them in a query to refine the results from the database. The problem is as follows. I need …

Member Avatar for dietdew12z
0
163
Member Avatar for icehiro

I'm a beginner PHP programmer, so sorry if I'm asking some silly question. I've set up a MySQL database with a table carrying a list of boolean values. I want the PHP page count the number of 'true' on a column (from the table) and display it as a single …

Member Avatar for TechySafi
0
180
Member Avatar for tape enterprise

ok well I have written a function that is supposed to take the sql you give it an return an array for you to output. the problem is getting the array becasue the sql is different every time so I get an array of the column names names like so. …

Member Avatar for tape enterprise
0
109
Member Avatar for morteza_ipo

Hello everyone! please help me! I want to create this address with php! $test = new db(); // db is a class for database! $test->tabe_name->fields->condition->other_command; example: $test->login->username,password->email($_POST['email'])->Action("header('...')"); Thanks so much for helping!

0
56
Member Avatar for eoop.org

Hi, is it some one who know how to make a webcrawler? I am going to use that in a search engine.

Member Avatar for eoop.org
0
80
Member Avatar for crisqv04

guys can you give a simple example of a ADD CART using php mysql.. here's how I want the program work.. user can add on item once.. when click.. the number of items will deducted.. example you have 20 Books of same title available in shop.. when the user clicks …

0
47
Member Avatar for jfunchio

Hi I'm just learning how to use php and I'm testing out how to use a SQL trigger. What I need to do is print out the fields value before the trigger and then again after the trigger has been activated and changed the value. When I try to do …

Member Avatar for smantscheff
0
96
Member Avatar for 54uydf

Hey guys, need your help, I need to learn PHP real fast and implement it soon..but I never developed anything on the web using a server..and I'm lost with all the stuff I need to download to create a PHP development environment (so I can run the script on my …

Member Avatar for diafol
0
190
Member Avatar for Pradeep_G

I am final year student of MCA & doing my internship on PHP Platform, But having interest in ASP.NET , Can u plz guide me...

Member Avatar for AndreRet
0
174
Member Avatar for gazzy1

dear i am now working on the online exam system. i have the text on the top of page and the time is running with seconds. i want the time from this text field automatically update after each 5 sec in the table "time"in my database. plz help

Member Avatar for TechySafi
0
60
Member Avatar for jacob21

Hi, I am working on PHP mail having an attachement. mail is working fine but not attaching attached document. this is my code [CODE]<?php //define the receiver of the email $to = 'ab@gmail.com';//my email id //define the subject of the email $subject = 'Test email with attachment'; //create a boundary …

Member Avatar for R0bb0b
0
185
Member Avatar for gazzy1

pLZ GUIDE ME I AM NOW WORKING ON MY ONLINE EXAM PROJECT BUT SOME PROBLEM IS THERE. I HAVE A FORM WHICH HAVE A jump menu. text field and Submitt button. i want that when i select the desire thing from the jumpmenu and then click on submit button it …

Member Avatar for R0bb0b
0
217
Member Avatar for cycleFun

Hi All, I am new to PHP but I have to do a coursework: developing PHP email application. I am having problems with the attachment part. The code seems to be working but displays the attachment in the message body in a weird format: //message body starts boundary="==Multipart_Boundary_x22107cafc856a68ba80ff666963b34edx" This is …

Member Avatar for tinymark
0
251
Member Avatar for gazzy1
Member Avatar for aaraf

[B]hi I set an authentication in php for [COLOR="Red"]admin[/COLOR] and it worked fine but now I need to use the same code for users who have limited access to the database that the admin use. [COLOR="Red"]user1[/COLOR] only update one table [COLOR="Red"]user2[/COLOR] only view tables [COLOR="Red"]user3[/COLOR] insert to one table only …

Member Avatar for aaraf
0
531
Member Avatar for webdesign4me

Been designing websites for years - tried to avoid anything MySQL/PHP - deep programming related. Quickly coming to a realization I need to give it a try... UGH. I tried to get my feet wet with MySQL 1 year ago (to the day, apparently... weird?) and was quite unsuccessful. Now, …

Member Avatar for webdesign4me
0
436

The End.