Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #1K
~16.1K People Reached
Favorite Forums
Favorite Tags

40 Posted Topics

Member Avatar for raju_boini525

hi all, i am redirecting [url]http://test.asia/[/url] to [url]http://test.com.au/asia/[/url] folder. but my problem is i don't want to show [url]http://test.com.au/asia/[/url] in address bar. i want to display [url]http://test.asia/[/url] instead of [url]http://test.com.au/asia/[/url]. i tried this using iframes and cloning but query strings are not showing . anyone have any idea please help …

Member Avatar for logu2win
0
801
Member Avatar for raju_boini525

Hi all, I am working on affiliate network project. it is having flash banners , for that we create dynamic flash empty .swf file , we pass the 3 parameters, they are 1.inner is a dynamic .swf file to load in my empty .swf. 2. url is a redirect url …

Member Avatar for raju_boini525
0
184
Member Avatar for raju_boini525

hi all, i have one problem with facebook landing page. i created facebook landing page through static fbml app but i have one problem with like button, user must like the page before he will navigate to another page. i want to do same functionality in my landing page, [URL="http://www.facebook.com/BusinessofCinema?v=app_6009294086"]http://www.facebook.com/BusinessofCinema?v=app_6009294086[/URL], …

0
122
Member Avatar for raju_boini525

hi all, i want to search google images and upload them to my website. is it possible?, i searched in google i got below code, it is not working [CODE]<? //----------------------------------------------------------------- //-- Copyright 5ubliminal 2008. (5ubliminal.com) // http://www.tellinya.com/art2/39/ // You can do anything with it except selling it or claiming …

0
85
Member Avatar for jakizak

[CODE]if(($name!="")&(isset($name))&($name<>"select")) { $condition=$condition."namelike '%$name%' and "; } if(($function!="")&(isset($vptype))ype<>"select")) { $condition=$condition."function like '%$function%' and "; } if(($description!="")&(isset($description))ype<>"select")) { $condition=$condition."description like '%$description%' and "; } $condition=substr($condition,0,-4); mysql_query("select * from tablename where (".$condition.")"); [/CODE] try like this. it will help you.

Member Avatar for raju_boini525
0
682
Member Avatar for raju_boini525

hi all, i am working on a project, it needs google images search, how do i integrate google images serach, i want to add that images to my website, is it possible?, anybody know about this, please help me.

Member Avatar for pritaeas
0
70
Member Avatar for mickeyci
Member Avatar for raju_boini525

hi all, i want to learn wordpress. where do i start. can anyone tell me the best wordpress tutorial. thanks,

Member Avatar for morkat
0
108
Member Avatar for raju_boini525

hi all, i am uploading bmp image. it is uploaded but my problem is it is not croping. i am getting this error [CODE]Warning: imagecreatefromwbmp() [function.imagecreatefromwbmp]: 'products_image/76525Linksys SPA921 IP Phone.bmp' is not a valid WBMP file in C:\wamp\www\touchintelligence\admin\products.php on line 107 Warning: imagecopyresampled(): supplied argument is not a valid Image …

Member Avatar for sDJh
0
77
Member Avatar for DeadLikeMe
Member Avatar for DeadLikeMe
0
199
Member Avatar for Mujahid158

use [URL="http://in2.php.net/manual/en/function.implode.php"]implode()[/URL]; function to insert comma separated tags in mysql table. do you want display tags without comma use [URL="http://in2.php.net/manual/en/function.explode.php"]explode()[/URL] function.

Member Avatar for metalix
0
161
Member Avatar for Rizzuti

[CODE]echo "SELECT * FROM images, items WHERE itemID=$id"; exit;[/CODE] echo select query and see out output . i think problem is selecting two tables. try like this [CODE]$query1 = "SELECT * FROM images, items WHERE (images.itemID=$id && items.itemID=$id)"; exit;[/CODE]

Member Avatar for Rizzuti
0
152
Member Avatar for infosoft

see this [URL="http://www.magnettechnologies.com/products_contactgrabber.htm"]link[/URL]

Member Avatar for raju_boini525
0
82
Member Avatar for raylein

you forgot to select database. use mysql_select_db('database_name') for select database

Member Avatar for raju_boini525
0
87
Member Avatar for dandixon

see this [URL="http://in2.php.net/manual/en/function.rand.php"]link[/URL]

Member Avatar for chintan@dani
0
119
Member Avatar for shahaz

[CODE] $con=mysql_connect("servername", "username", "password");//'localhost','root','' if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("shahaz", $con); $string = ("select * from student where Reg= '$Register No'); $query = mysql_query($string) or die (mysql_error()); $query = mysql_query($string) or die (mysql_error()); $result = mysql_fetch_array($query); if($result==true) { do { echo "<table><tr>"; echo "<td>".$result['Name']."</td>"; echo …

Member Avatar for sainigks
0
143
Member Avatar for BlackNinja
Member Avatar for Awah Mohamed

[CODE] $sql="SELECT * FROM $tbl_name"; $result=mysql_query($sql); while($rows = mysql_fetch_array($result))[/CODE] replace with above code and try

Member Avatar for raju_boini525
0
179
Member Avatar for doctorphp

remove newline. check are matched with id,name. [CODE] echo "<option value=\"".$row['id']."\">".$row['name']."</option>";[/CODE]

Member Avatar for doctorphp
0
111
Member Avatar for mybluehair
Member Avatar for mybluehair
0
1K
Member Avatar for zia zia

take another field in db say for example field is recordstatus , set the default value for recordstatus is 1 . when you click delete update recordstatus to 0. refresh the page and display the records(put where condition recordstatus=1).

Member Avatar for manzarr
0
4K
Member Avatar for swathi1234
Member Avatar for vibhaJ
0
80
Member Avatar for abbyadnez

you forgot singleqoute at cust_email='$cust_email. change it to cust_email='$cust_email'

Member Avatar for Zagga
0
120
Member Avatar for ekseks

yes, use explode fuction , slipt the date and display the fields . see this [URL="http://in2.php.net/manual/en/function.explode.php"]link[/URL]

Member Avatar for Zagga
0
157
Member Avatar for backendcode

[URL="http://in2.php.net/manual/en/book.session.php"]session tutorial[/URL]

Member Avatar for backendcode
0
113
Member Avatar for Dartz654
Member Avatar for mschroeder
0
109
Member Avatar for Designer_101

fckeditor, tinymca are most useful for you. search on google as fckeditor or tinymca editors.

Member Avatar for raju_boini525
0
929
Member Avatar for hansan

[URL="http://www.daniweb.com/forums/search8886047.html"]see this link [/URL]i think you will find solution for your problem.

Member Avatar for rajarajan2017
0
95
Member Avatar for raju_boini525

hi all, i am working on online food ordering project. restaurant create zones (circles based on miles as radies) to delivery the food. comapines registerd for food ordering. the company emplyees select there company we must display the restaurnt (Which are contaning this company in there zones). any idea please …

Member Avatar for raju_boini525
0
286
Member Avatar for raju_boini525

hi all, i am new to wordpress , i am using [URL="http://www.deliciousdays.com/cforms-plugin/#download"]cforms II[/URL] plugin in my site. i am getting following error. [CODE]It seems that your ROOT directory for Wordpress is /green. cforms tried to auto-adjust its settings accordingly, however if you still encounter issues with Ajax (form submission & …

0
75
Member Avatar for raju_boini525

hi all, i am new to wordpress. i am developing one sample theme. i created 5pages. i dont know how to set my home as index page. when i click my theme logo it must redirect to index.php it redirected but dynamic home page content are not displayed it displays …

Member Avatar for sourcebits
0
198
Member Avatar for raju_boini525

hi all, i am new to wordpress. i am getting [COLOR="Red"]"An Unexpected HTTP Error occurred during the API request."[/COLOR] error when i search for plugin in plugin installation page. why do i get this error. please help me.

0
51
Member Avatar for an00p
Member Avatar for helpmmeworld

try like this [CODE]$link = "www.twitter.com"; <a href ="<?=$link?>"> link </a>[/CODE]

Member Avatar for rajarajan2017
0
118
Member Avatar for benhowdle89
Member Avatar for raju_boini525

hi all, i am working on a project. my project needs videos tv( Playing videos flash player). my reference site is [URL="http://www.zooweekly.com.au/zootube/index.htm"]http://www.zooweekly.com.au/zootube/index.htm[/URL]. I need that type of flash player. is it passible to do it. can you guide me plz...

Member Avatar for diafol
0
160
Member Avatar for raju_boini525

hi all, i am working on a project , it needs facebook facepile plugin intigration , how can i add this plugin . i tried but failed to get result. if any one have idea please help me.

0
61
Member Avatar for raju_boini525

hai all, i am working on shopping cart project, i need globalpay integration . i got the sample code and run in my localhost it shows me error this.[QUOTE]Warning: SoapClient::__construct() [function.SoapClient---construct]: I/O warning : failed to load external entity "https://certapia.globalpay.com/GlobalPay/transact.asmx?WSDL" in C:\wamp\www\exampls\PHP Web Service Sample (Credit Card) 4.0.0\PHP Web Service …

Member Avatar for raju_boini525
0
225
Member Avatar for raju_boini525

hai all, i want to rewrite url in myproject. the actual url is [URL="http://test.com"]http://test.com/cat_product.php?cid=2[/URL] i want this url change to [URL="http://test.com"]http://test.com/cat_product.php[/URL] how do i write .htaccess file. i tried like this [QUOTE] <FilesMatch "\.(htm|html)$"> SetHandler application/x-httpd-php </FilesMatch> <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine on RewriteRule ^cat_product-([0-9]+)\.php$ cat_product.php?cid=$1 </IfModule>[/QUOTE] but it is …

Member Avatar for raju_boini525
0
142
Member Avatar for raju_boini525

hai all, i am working on a project, my project have 3(bronze, silver, gold) types of payments, payments are done through the paypal the expiry date is one month. if user reach the expirydate we must send email to him, after expirydate is passed his payment type change to bronze(it …

Member Avatar for SKANK!!!!!
0
119

The End.