Search Results

Showing results 1 to 40 of 171
Search took 0.01 seconds.
Search: Posts Made By: praveen_dusari
Forum: PHP 4 Days Ago
Replies: 2
Views: 136
Posted By praveen_dusari
hi all,
i have downloaded my site from ftp to make changes there is a virus in that server my sir told me to clear that and upload.
In the source code i found a line which i thought is a...
Forum: DaniWeb Community Feedback Oct 14th, 2009
Replies: 2
Solved: bug
Views: 791
Posted By praveen_dusari
bug
hi ,members currently browsing this forum is showing multiple times
screen shot included,i have seen this many days ago but it didn`t change hope after this post they will change
thank you
Forum: PHP Oct 10th, 2009
Replies: 3
Views: 448
Posted By praveen_dusari
here is the url in which user can select the template he want and insert
the message he want but what i want is user can make templates of his own and my newsletter navigation is different from this...
Forum: PHP Oct 10th, 2009
Replies: 6
Views: 342
Posted By praveen_dusari
its bit complecating when you use database pagination in many pages
why dont you use function for pagination,here is the function i use for pagination
function Navigation($start,$total,$link){...
Forum: PHP Oct 10th, 2009
Replies: 3
Views: 448
Posted By praveen_dusari
hi all,
i am developing a newsletter module for my site,previously i used a specific newsletter added by admin (using wyswyg) and it is inserted in database and like that admin can send...
Forum: PHP Oct 5th, 2009
Replies: 1
Views: 150
Posted By praveen_dusari
hi all,
i want to update one field from one database to another database
my query is
mysql_connect('localhost', 'root', '') ;
mysql_select_db('db1');
mysql_connect('localhost', 'root', '')...
Forum: ASP.NET Sep 7th, 2009
Replies: 3
Views: 271
Posted By praveen_dusari
hi all, iam familier to php forum in this daniweb but new to asp.net
pretty confident in php programming now i want to learn .net too,can anyone suggest me some tutorial sites. i want to develop web...
Forum: PHP Sep 7th, 2009
Replies: 2
Views: 271
Posted By praveen_dusari
yes,iam generating report of a user in shopping cart,user orders from the date he registered till now month wise
Forum: PHP Sep 2nd, 2009
Replies: 2
Views: 271
Posted By praveen_dusari
hi all,
i am generting a report where i need to display the monthly wise reports iam not able to display correctly

<?php
ob_start();
include_once('login_check.php');
...
Forum: Windows NT / 2000 / XP Aug 28th, 2009
Replies: 1
Views: 213
Posted By praveen_dusari
hi all,
a few days ago my brother did something wrong with my computer when ever in click on some folder, search is displaying and when i right click on folder it shows search as first...
Forum: PHP Jul 27th, 2009
Replies: 1
Views: 395
Posted By praveen_dusari
hi, in my shopping cart we have a phone orders and when user tells products we will click on that product and calculate the total and insert in to database
my code is like
<table width="100%"...
Forum: PHP Jul 23rd, 2009
Replies: 8
Views: 356
Posted By praveen_dusari
tried its not working..
i didn`t host on any online hosters my server is in USA
Forum: PHP Jul 23rd, 2009
Replies: 8
Views: 356
Posted By praveen_dusari
yes, i have written it dynamically here is my code
<?
$selc="select * from tbl_marquee where status=1 order by order_id asc";
$qwer=mysql_query($selc);
?><marquee behavior="scroll"...
Forum: PHP Jul 22nd, 2009
Replies: 8
Views: 356
Posted By praveen_dusari
hi all,
marquee is working fine in my localhost firefox but when i made it live its not working in ff

any ideas why?

thanks in advance
Forum: PHP Jul 22nd, 2009
Replies: 1
Views: 302
Posted By praveen_dusari
hi all,
i am using codeigniter for a shopping cart for my admin panel
i created a first method mentioned here ...
Forum: PHP Jul 21st, 2009
Replies: 6
Views: 338
Posted By praveen_dusari
are you inserting file into database?
with database its easy insert file path into one field,file name into one field and time into 1 field
then in edit you can just update name and time fields
Forum: PHP Jul 14th, 2009
Replies: 7
Views: 317
Posted By praveen_dusari
i dont understand u said my code is working and its is displaying as what u wanted then what is your requirement?
if you want to integrate my code then
<?php
$con =...
Forum: PHP Jul 13th, 2009
Replies: 7
Views: 317
Posted By praveen_dusari
<? $result = mysql_query("SELECT Date FROM leaseentry WHERE SiteId REGEXP '$a'");
$ss=mysql_fetch_assoc($result);
echo $date=date("F j, Y, g:i a",strtotime($ss['Date']));
?>
hope this may...
Forum: PHP Jul 13th, 2009
Replies: 15
Views: 570
Posted By praveen_dusari
in ftp the folder where images are uploaded select that folder ,right click n click chmod unix ,select all check boxes...thats it
Forum: PHP Jul 13th, 2009
Replies: 15
Views: 570
Posted By praveen_dusari
i think you cannot install in server,you should make a request to server
or first run <? phpinfo();?> then you can see if gd library is there or not if yes then make changes to folder permissions.
Forum: PHP Jul 13th, 2009
Replies: 15
Views: 570
Posted By praveen_dusari
hi saritha,
i think there is no gd library installed in your server,install gd library then it will work..
Forum: PHP Jul 8th, 2009
Replies: 10
Views: 422
Posted By praveen_dusari
yeah query takes less than a sec but to load contents like product images,it takes time, it should load around 40 images
thats why i asked is there any method in php that will compress before...
Forum: PHP Jul 8th, 2009
Replies: 10
Views: 422
Posted By praveen_dusari
i used only one query to show the products.is there no other techniques to load the contents faster other than using less queries
may be i should use more div tags and css style sheets :-/ rather...
Forum: PHP Jul 7th, 2009
Replies: 10
Views: 422
Posted By praveen_dusari
correct me if i am wrong,i my office all systems are equally configured
and our team leader uses internet which is much faster than us in his system my page took 8 sec to load and in my system it...
Forum: Viruses, Spyware and other Nasties Jul 7th, 2009
Replies: 1
Views: 257
Posted By praveen_dusari
what is aol manager.exe my system frequently ask this is corrupted please run utility manager
i dont find any kind of softwares with this name in my system
Forum: PHP Jul 7th, 2009
Replies: 10
Views: 422
Posted By praveen_dusari
i have done navigation many times but i donot need pagination,i have done many ways to reduce the burden on database like instead of using select * i used select id,name,price like that.i takes more...
Forum: PHP Jul 7th, 2009
Replies: 3
Views: 413
Posted By praveen_dusari
hi,
u said u are having code for uploading 1 or 2 images ,loop it for 10 times using for loop condition like
for($i=0;$i<10;$i++){
//your code to generate images and insert query too
}
it will...
Forum: PHP Jul 7th, 2009
Replies: 10
Views: 422
Posted By praveen_dusari
hi, i have developed a shopping cart using php mysql, it has around 50 products in home page its taking too much time to load can anyone suggest how to optimise my database so that it takes less time
Forum: PHP Jul 4th, 2009
Replies: 3
Views: 289
Posted By praveen_dusari
check out this code
<?php
$con=mysql_connect("localhost","root","");
if(!$con)
{
die('Could not connect:'.mysql_error());
}
mysql_select_db(customer1,$con)
$sql1="INSERT INTO...
Forum: PHP Jul 3rd, 2009
Replies: 11
Views: 615
Posted By praveen_dusari
find the attachment and if you have any other doubts let me know
Forum: PHP Jul 3rd, 2009
Replies: 5
Views: 913
Posted By praveen_dusari
hi here is the attachment in javascript and to make html sortable just add class="sortable" to table u want sorting
and for td u don`t wanna sort just add class="sorttable_nosort"
and include this...
Forum: PHP Jul 3rd, 2009
Replies: 11
Views: 615
Posted By praveen_dusari
yes its your database table id
Forum: PHP Jul 3rd, 2009
Replies: 11
Views: 615
Posted By praveen_dusari
<?
$cres=mysql_query("SELECT * FROM table ORDER BY id ");
$ccunt=mysql_num_rows($cres);
echo "<script language=javascript>\n";
echo "function getsubcats() {\n";
echo "var...
Forum: PHP Jun 24th, 2009
Replies: 8
Views: 693
Posted By praveen_dusari
thank u very much for your code,its working fine.
Forum: PHP Jun 22nd, 2009
Replies: 8
Views: 693
Posted By praveen_dusari
thank u for replies ,
cwarn23 u got it right i want to convert my php documents to html documents i tried ur code but it is not execting my php code and i can see all my php code in browser...
Forum: PHP Jun 22nd, 2009
Replies: 3
Views: 246
Posted By praveen_dusari
hi,

try to replace the @ symbol with html & # 64 ; using str_replace
Forum: PHP Jun 22nd, 2009
Replies: 8
Views: 693
Posted By praveen_dusari
hii all,
i developed a shopping cart which has many features like grid view,list view and floating cart which is also dragable.now my problem is its taking to much time to load becoz of...
Forum: PHP May 30th, 2009
Replies: 21
Views: 1,044
Posted By praveen_dusari
hi,
1:connection to database:
<?php mysql_connect("Localhost","Root","Psw");
mysql_select_db("your db name");
2:code for if:
<? $query=mysql_query("select * from `database name` ");...
Forum: Web Development Job Offers May 30th, 2009
Replies: 9
Views: 985
Posted By praveen_dusari
hi,
We can Develop A Logo for ur Company, I am a Developer For a reputated Company In Hyderabad .Plz,Visit Our WEBSITE:http://bitranet.com
We can do it for best price
Loking Forward To Work...
Forum: PHP Apr 17th, 2009
Replies: 4
Views: 386
Posted By praveen_dusari
hi thanks for a replies,iam not concered with views or how to do that my problem is dynamically we write loops in php like while($x=mysql_fetch_assoc($y)) and we loop it through <tr> to display,like...
Showing results 1 to 40 of 171

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC