Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
42% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
7
Posts with Downvotes
4
Downvoting Members
7
3 Commented Posts
0 Endorsements
Ranked #344
~158.94K People Reached
About Me

hardworking

Favorite Tags

225 Posted Topics

Member Avatar for Aamit

you can create a dynamic link on the bases of field name,id like you have project.php and there are three projects in db e.g fetch from db and put in a variable [code=php]$project_name='english'; $project_name='math'; $project_name='science';[/code] for three courses saved in database now you want to show details on project.php with …

Member Avatar for Sapna_3
-1
8K
Member Avatar for namigo

this could help you [CODE] <?php // htmlviewer.php // convert a Word doc to an HTML file //$DocumentPath = str_replace("\\", "\", $DocumentPath); $DocumentPath="C:/Archivos de programa/Easyphp/www/subidas/curric.doc"; // create an instance of the Word application $word = new COM("word.application") or die("Unable to instantiate application object"); // creating an instance of the Word …

Member Avatar for pritaeas
0
5K
Member Avatar for nish123
Member Avatar for dudegio
Member Avatar for php2sheik

this can be helpful for you [url]http://www.nbill.co.uk/documentation/payment-gateway-development.html[/url]

Member Avatar for Sudhir_1
0
376
Member Avatar for jithusdani
Member Avatar for wallance
Member Avatar for nish123

i am giving an idea [CODE]$current_month=date('m'); $current_year=date('Y'); [/CODE] apply if condition that if current month is greater than one and less and equal to 12 then [CODE]$lastmonth=$current_month-1;[/CODE] offcource the first date will be 1st and you can take end date as [CODE] $firstdate= "01/".$lastmonth."/".$current_year ; $lastdateofmonth=date('t',$lastmonth);// this function will give …

Member Avatar for Webiswide
0
15K
Member Avatar for mikeandike22
Member Avatar for scorpionz

if your config file is inside any other folder then use the path as root dirctory/innerfolder/config.php but if the config file is outer folder and the file in which u r including config like then use as ../folder/config.php its just an exmple.

Member Avatar for scorpionz
0
642
Member Avatar for angelic_devil
Member Avatar for aristos32
Member Avatar for robertopts

yes link exchange is helpful to increase the traffic and its not the black hat if you are using it with mutual understanding or give and take rule.

Member Avatar for jim1234
0
258
Member Avatar for mana_panigrahi

you can use javascript function when you want to apply any check but in case of php function you have to submit your page

Member Avatar for john_lane
0
14K
Member Avatar for wavyaquaeyes

Install wamp or easy php, that will give you full package and easy to use.

Member Avatar for dineshnbhatia
1
20K
Member Avatar for ychan623

try following changes [CODE]use $Job = isset($_REQUEST["jobselect"]); insted of $Job = isset($_POST["jobselect"]); [/CODE] echo your query and run it in mysql editor. see are you fetching recoding correctly

Member Avatar for Awon02
0
2K
Member Avatar for BzzBee

I want to show some description of my blog post at home page and a read more link when user will click that link it will redirect to post detail page. I am using the_content('Read More...') function. Now how can i give character limit that how many character i want …

Member Avatar for workon
0
111
Member Avatar for nathenastle

this could help you [url]http://www.sitepoint.com/article/image-resizing-php/[/url]

Member Avatar for red_ruewei
0
344
Member Avatar for BzzBee

hi, I have a simple website having russian content, but its not displaying right in website. I am using even following meta tags [CODE]<html lang="ru"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-language" content="ru"> [/CODE] But still question marks are there. Please help me regarding this issue thanks in advance

Member Avatar for BzzBee
0
3K
Member Avatar for alaa_steel

Use Update query... [CODE]mysql_query("update book set hometel='$edit_hometel',worktel='$edit_worktel',fax1='$edit_fax1',fax2='$edit_fax2',pobox='$edit_pobox',email='$edit_email' where name='$name' and hometel='$htel'");[/CODE]

Member Avatar for zimah
0
198
Member Avatar for BzzBee

hello, I had a fckeditor at my php page, i want to put some data in fck editor when user click a button. How can i do that using javascript. Please help

Member Avatar for dennishall
0
420
Member Avatar for BzzBee

I am member of daniweb since last 2 and half years. That was very good when i joined this. But now its just rubbish here. No one try to help others. I had post 5 different threads but i didnt find any solid suggesstion, any sound solution. In my following …

Member Avatar for Ezzaral
-4
116
Member Avatar for BzzBee

hi, I am trying to upload picture using PHP. I made this title because if the thread contains title with tough problem, no one even open thread and try to help. Actualy i have problem in picture uploading, but critic part is that my code is at one site and …

Member Avatar for accountholder
0
154
Member Avatar for Stefano Mtangoo
Member Avatar for BzzBee

hi, The problem i am facing is Notice messages in my website when i upload site on domain. I tried to sort it out by applying error_reporting(0) in php and code in htaccess file to disable error reporting. But problem is still there as shown in my website [url]www.bathroomfurniturestore.co.uk[/url] Please …

Member Avatar for hielo
0
356
Member Avatar for BzzBee

hi, The problem i am facing is Notice messages in my website when i upload site on domain. I tried to sort it out by applying error_reporting(0) in php and code in htaccess file to disable error reporting. But problem is still there as shown in my website [url]www.bathroomfurniturestore.co.uk[/url] Please …

Member Avatar for kishan112
0
112
Member Avatar for BzzBee

hi I am trying to configure PBS payment gateway with osCommerce. but its not working. :( Can any one help me?

0
96
Member Avatar for niths

I think this kind of advertisements are not allowed between other threads.

Member Avatar for jonathanroy
0
164
Member Avatar for D4n1sD

You can assign ID to your text fields. Hide those fields as default and when you click any option show your required field by using javascript.

Member Avatar for BzzBee
0
176
Member Avatar for mahe4us
Member Avatar for chequer
Member Avatar for chequer
0
64
Member Avatar for star_lavender
Member Avatar for sallycheng

try following php code [CODE]<?php if($_POST) { $fruit=isset($_POST["apple"]) ? $_POST["apple"]:""; if(isset($_POST["bananan"])) { if(!empty($fruit)) { $fruit.=", "; $fruit.=$_POST["bananan"]; } } if(isset($_POST["orange"])) { if(!empty($fruit)) { $fruit.=", "; $fruit.=$_POST["orange"]; } } print"your faviours fruit is:".$fruit; } ?>[/CODE]

Member Avatar for sourcebits
0
288
Member Avatar for Barrett1

try following logic [CODE]if($a%4==0) { ?> <div class="result"><p> <? $results .=''.$result.''; ?> </p></div> <? }[/CODE]

Member Avatar for Barrett1
0
108
Member Avatar for rahul8590

take your checkbox as an array. use same name for a group of checkboxes and then retrieve respective value using foreach loop

Member Avatar for Fest3er
0
228
Member Avatar for kraver
Member Avatar for andy_brain
Member Avatar for andy_brain
0
109
Member Avatar for mangel.murti

You must be giving a link to paypal to send their notification. At that file apply download code. As user will complete its payment process it will be redirected to that page and then a download file box will appear to save downloading file.

Member Avatar for mangel.murti
0
91
Member Avatar for Vigasdeep

i also agree. you should put your request/post value into any variable and then use it. dont put it directly.

Member Avatar for BzzBee
-1
128
Member Avatar for phpDave

display your query and check if your condition is true. Browser can never effect on programming like php. It just can effect javascript, HTML or CSS.

Member Avatar for phpDave
0
113
Member Avatar for agr8lemon

you have to manage a log table in your database. And after execution of any query you have to enter that query string in your log table with other information like IP address ect.

Member Avatar for agr8lemon
0
115
Member Avatar for s32ialx
Member Avatar for rahul8590
Member Avatar for alyssajones
Member Avatar for mrcniceguy

what editor your are using? Most of the editors provides you to add smilly emoticons like fck editor.

Member Avatar for mrcniceguy
0
69
Member Avatar for mcastu

Use follwoing query [CODE]SELECT * FROM * WHERE * LIKE '%your_search_string%' [/CODE]

Member Avatar for mcastu
0
202
Member Avatar for D4n1sD

use it as [CODE] <? $mydate= date('Y-m-d m:i:s'); OR $mydate= gmdate('Y-m-d m:i:s'); ?> [/CODE] and use $mydate variable where you want to use.

Member Avatar for BzzBee
0
110
Member Avatar for RobotFX

following link may help you [url]http://www.filebuzz.com/files/Php_Rss_Feed_Script/1.html[/url]

Member Avatar for BzzBee
0
342
Member Avatar for srilakshmitr7
Member Avatar for loll_l

The End.