Re: [PHP-DB] PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysql.so'

2011-03-08 Thread nagendra prasad
Are you getting any error msg while installing it. Try to get a new copy of php-mysql from internet and install it. On Tue, Mar 8, 2011 at 4:17 PM, Scott Wen wrote: > Hi, > > I installed mysql and php. Its OK. After I install php-mysql, the > following messages come out. > > PHP Warning: PHP

[PHP-DB] Need help with an extra backslash

2011-03-01 Thread nagendra prasad
Hi All, I have a list of product in which WIRE MESH 24G X 3/4" is one of them. When I am trying to print the same its coming like WIRE MESH 24G X 3/4\". I want to remove the extra "\" backslash from the result page. Please help me with this. Best, Guru.

Re: [PHP-DB] Re: [PHP-WIN] Re: Error while inserting data into mysql

2011-03-01 Thread nagendra prasad
Thanks Geoff Lane, I saw my mistake. Their was no scloth100_qty in my mysql table. Once again Thanks buddy :) On Tue, Mar 1, 2011 at 4:53 PM, Geoff Lane wrote: > On Tuesday, March 1, 2011, Richard Quadling wrote; > > > Can you tell me what column in the table is scloth100_qty? I can't find > it

[PHP-DB] Re: Error while inserting data into mysql

2011-03-01 Thread nagendra prasad
Hi All, I have attached the table structure and the PHP code. Best, Guru. ===Database dream == Table structure for table dream |-- |Field|Type|Null|Default |-- |mwool40|varchar(100)|Yes|NULL |gwool25|varchar(100)|Yes|NULL |wmesh24|varchar(100)|Yes|NULL |shkote30|varchar(100)|Yes|NULL |s

[PHP-DB] Error while inserting data into mysql

2011-03-01 Thread nagendra prasad
Hi All, I have 2 simple php pages. One with the form just like some sales voucher. Another is to print in a proper format and to insert the form database into mysql. When I enter some data in the sales voucher everything is going well, however when it comes to the second php for inserting data int

Re: [PHP-DB] Select the specific user data from the database

2010-09-05 Thread nagendra prasad
PS: Want to check the username from a table and the password from another table. Is it possible ??

[PHP-DB] Is this syntax is correct?

2010-09-05 Thread nagendra prasad
Hi All, Is this syntax is correct?? SELECT username FROM data, password FROM registration WHERE username=%s AND password=%s" Best, Guru.

[PHP-DB] Select the specific user data from the database

2010-09-05 Thread nagendra prasad
Hi Experts, I have a mysql database. What I want is that when a user login he can able to see his entries only, so that he can delete, add or edit his entries only. I have 2 different tables one for user details and another for actual entries. Please help me. Best, Guru.

Re: [PHP-DB] Re: Need Help with database output

2010-08-30 Thread nagendra prasad
yep if you want to make a slight changes like some color or some space change you can always use the code tab in the Dreamweaver :). I fee very easy to change minor codes in the coding tab rather then using menus and stuff :)

[PHP-DB] Re: Need Help with database output

2010-08-30 Thread nagendra prasad
Hi All, Thanks for all your replies. I have found what I needed. I used Dreamweaver to show the database in 3 different columns. However now I don't know how to add a search engine to it. Right now its showing all the records in my database in 3 columns. Now I want to put a search engine code so t

[PHP-DB] Need Help with database output

2010-08-28 Thread nagendra prasad
Hi All, I have a database and I want to show it in 3 columns Like Col1 Col2 Col3 data1 data2 data3 data4 data5 data5 ... I tired using table but its not working. Please help me. Best, guru.

[PHP-DB] Unable to connect to mysql database

2010-08-10 Thread nagendra prasad
Hi All, I am working on a site which is developed in joomala. We have our domain on www.net4.in. Initially we have tested the site on the WAMP server locally. On the wamp server its working fine, however when we tried to configure it on www.net4.in its not working at all. The site is giving an err

Re: [PHP-DB] Image linking help in PHP

2010-07-04 Thread nagendra prasad
Thanks Jason, However will this work if each time let say a variable called $mp_url will change. I hope you know what I meant. The MP3 link will not be constant, but the image file link could be constant. I already linked the MP3 link with its own name (Text ) and its working but now I want to rep

[PHP-DB] Image linking help in PHP

2010-07-04 Thread nagendra prasad
Hi All, I have a database of MP3 and I want to link the download tab with an image so that when user clicks on the image the download should start. I have full path of MP3 in my database, I just want to link the same image with every song. I don't want to upload the image to mysql database. I hope

[PHP-DB] Need help with HTML form errors

2010-07-04 Thread nagendra prasad
Hi All, I have this php form that I have inserted in the result page.    All Fields "> "> "> "> ***

[PHP-DB] Need Help in Mysql database

2010-06-30 Thread nagendra prasad
Hi All, I have a huge set of MP3 database. My problem is that when I try to search in my database its getting very slow. I was wondering if I split that database into 2 or more tables. Will this improve the speed of searching? Is it the best solution for my problem or is their any other solution?

[PHP-DB] Re: Need Help in setting up a server

2010-06-29 Thread nagendra prasad
Hi all, Thanks everyone. I just tried all of your suggestions and found that WAMP server is working by using the running WAMP server's system IP. I just typed 192.168.1.4 in the address bar and its working now. So, I came to a conclusion that if I have a static IP then I can access it from out sid

[PHP-DB] Need Help in setting up a server

2010-06-27 Thread nagendra prasad
Hi All, I need help in setting up a home server. I know the subject line looks like an off topic but trust me its not. What I want is to set up a WAMP server over the intranet. I have a laptop and 2 desktop. I want to set up a desktop like a wamp server locally so that I can able to use or able to

[PHP-DB] Help needed in searching a sentence in the code

2010-05-26 Thread nagendra prasad
Hi All, I have this code where user can search a song or the entire song title. It looks like when a user search a single word its searching and giving the proper results. However if the user wants to search the entire sentence its not giving the proper results. For example let say I have searched

Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread nagendra prasad
Hi Chaitanya, I have used the below script but its not meeting my requirements. What I need is that I have a database in which their are names which I wanted to use as keywords. I want to search with only one variable called Names. the other stuff will come along with it. Please help me if anyone

[PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread nagendra prasad
Hi All, I need a simple PHP mysql search engine script. I know their are lots of scripts available on the net, but I need a script which is tested by you or any experts. Please help me. Best, Guru.

[PHP-DB] Need Help in error msg

2010-05-18 Thread nagendra prasad
Hi All, I am getting this error while tried to run a downloaded script in WAMP: [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' (using password: YES) Dose anyone know what exactly this means. Best, Guru.

Re: [PHP-DB] Help with mysql data sorting using php

2010-05-17 Thread nagendra prasad
ike 'findSongs' > with all the params ( optional or mandatory ) like page, limit, sortby, > filters etc. then inside build SQL based on args. Just be careful - SQL > injection is your enemy here. From app pass all the args from get/ post and > that's it. Good luck. > > On

Re: [PHP-DB] Help with mysql data sorting using php

2010-05-17 Thread nagendra prasad
DB is like more then 500MB and it will grow day by day :) On Mon, May 17, 2010 at 12:46 PM, Artur Ejsmont wrote: > If the DB is very small use tablesorter plugin of jquery. Otherwise > custumizable query method. > > On 17 May 2010 07:56, "nagendra prasad" wrote: &g

[PHP-DB] Help with mysql data sorting using php

2010-05-16 Thread nagendra prasad
Hi All, I have a database of MP3's in mysql. The database contains MP3 name, artist, date, size etc. I need to order the search results in both ascending and descending order. For example if user wants to see the size of all mp3's in ASC order he will click on size column and again if he wants to

Re: [PHP-DB] How to use PHP to fill in existing pdf document

2010-05-01 Thread nagendra prasad
I am not sure if this works for your project but you can first ask user to fill the form in PHP and then convert it into PDF. What say?

Re: [PHP-DB] Online PHP-Mysql Meeting

2010-04-13 Thread nagendra prasad
Sorry guys, from past 10 days my net connection was not working and now I have my project deadline. I guess we will have to do this meeting sometime later. I am sorry again :) Best, Guru.

Re: [PHP-DB] Online PHP-Mysql Meeting

2010-03-18 Thread nagendra prasad
This is vary nice Gunawan :) I will post my example movie tonight and see if this works. I am going to make a live working movie which will show the user as if he is sitting just next to me. I will also try to put some subtitles in it. Just thinking if anyone know a tool which can convert MP3 to te

[PHP-DB] Re: Online PHP-Mysql Meeting

2010-03-18 Thread nagendra prasad
Hi All, As we are discussing about how to roll out this meeting from past 3-4 days Taygun ALBAN has raised an important point about the meeting (Thanks Taygun for pointing out this). As we all know we don't live in the same country, so their will be some difference between each one's time zone. Ta

Re: [PHP-DB] Online PHP-Mysql Meeting

2010-03-17 Thread nagendra prasad
I think we should either consider audio or video because not everyone has a high speed broadband connection. What my plan is that each one who is teaching some topic can create a video on the topic. He can use any screen capturing tool with audio and share that vedio with all of us. Then I will cre

Re: [PHP-DB] Online PHP-Mysql Meeting

2010-03-17 Thread nagendra prasad
Hi All, Here are few topics which covers basic PHP-MYSQL which I think is useful for the meeting: 1. Introduction to PHP-MYSQL 2. PHP page basic structure 3. MYSQL connectivity using PHP 4. User login tips and tricks 5. User registration and its structure 6. Search engine using PHP-MYSQL 7. Sessi

[PHP-DB] Re: Online PHP-Mysql Meeting

2010-03-15 Thread nagendra prasad
Hi All, I am really happy that these many people are interested in online meeting. I had thought about 2 ways to how to roll out this meeting. 1. First the person who is teaching a topic can make a presentation with audio or he can directly make a video of his topic and share it with others. Afte

Re: [PHP-DB] Online PHP-Mysql Meeting

2010-03-15 Thread nagendra prasad
Hi David, I am glad that you are in. However don't worry about the presentation stuff. If you Google Online free presentation, you will find your answer. So, Guys lets start making some plan. I have created a Google spreadsheet. Please put your Ideas and topics about the meeting. Here is the link

[PHP-DB] Online PHP-Mysql Meeting

2010-03-14 Thread nagendra prasad
Hi All, Few days back I have attended Ubuntu User day meeting. In that we had few important topics about Ubuntu and few people volunteered the class and taught about Ubuntu like Installing Ubuntu, Command line and stuff like that. I was wondering if we could have the same thing for PHP. We can se

[PHP-DB] Need a tool for mysql file

2010-02-25 Thread nagendra prasad
Hi All, I have a mysql database file of around 1 GB in size. Is their any tool which which I can see all the database without uploading it on phpmyadmin on localhost. I have tried to upload it on localhost but it said the file size is too large (I have changed the ini file as well but no luck ).

Re: [PHP-DB] Login query

2010-02-18 Thread nagendra prasad
Buddy, you are talking about to check if the password is wrong or not. Usually in the login query you check both the user name or email in your case and the password. If you just check the password it will become very easy to hack any user account.

Re: [PHP-DB] Is this Code Correct??

2010-02-11 Thread nagendra prasad
Yep now its working :) Thanks, Guru.

Re: [PHP-DB] Is this Code Correct??

2010-02-11 Thread nagendra prasad
Thanks Buddy, its working but the linking is not working properly. Its taking me the same page address on which right now I am. http://localhost/searchengine/download.php?url=mj_bad_track01.mp3 I want to connect the url directly to the MP3 file so that user can download the MP3. Best,

[PHP-DB] Is this Code Correct??

2010-02-11 Thread nagendra prasad
Hi All, I want to link the actual file when the result is displayed. url = actual MP3 location Name = Name of the MP3 Here is the code that I want to link with: echo "Name: "..$runrows['name']; Is above code is correct ?? Best, -- Guru Prasad Ubuntu Voice GTK+ Forum

[PHP-DB] Need help with linking

2010-02-03 Thread nagendra prasad
Hi All, I have created a search engine for MP3 with mysql database. Now I want to connect each search result with its respective info page which will consist with name of the artist, size, year, and so on. Dose anyone knows how to do it? I did created few static pages with all these info. But its

[PHP-DB] Need Help with data sorting

2010-01-31 Thread nagendra prasad
Hi, I have a database of MP3s in mysql and I have created a php search engine. Now I want to sort it in ascending or descending order if user clicks on the title of the table. For example if user want to arrange the table in ascending or descending order by Name, Size, or by any other field. Also,

[PHP-DB] Need Help

2010-01-28 Thread nagendra prasad
Hi, I have a database of MP3 and I have designed a PHP-Mysql search engine. I want to break it down in pages like Google dose. What I mean is when I search for a song it will show me some 100 song list but I want 20 songs per page. So, is their any trick to do it? Best, -- Guru Prasad Ubuntu V

Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
hay so I have solved the issue. The problem was with my login HTML page. Anyways thanks everyone for quick responses :)

Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
Yes I did but still its not working on my web server however its working fine with my WAMP server locally. On Fri, Oct 2, 2009 at 9:17 PM, Jason Gerfen wrote: > nagendra prasad wrote: > >> OK so here is the form for the below code: >> >> >> &

Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
OK so here is the form for the below code: Username: Password:

[PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
Hi All, I need some help with the below code. I have this login code with me and its working fine with my *localhost 'WAMP' *server. But when I tried to run the same script on my web host server its not working. Every time its giving me the same message "*please enter a username and a password*" w

Re: [PHP-DB] Need help in PHP file Management System

2009-09-23 Thread nagendra prasad
Hi Vinay, Eric & Everyone, Sorry, I was down with fever 'malaria' since last Friday. I was hospitalized for 3 days. It will take more 2-3 days for me to start working again on my project. Anyways till now I didn't get anything which will solve my issue. Lets see if anyone comes with something new.

Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Eric, I am new to file or content management. So, if possible can you send me few scripts or some links from where I can learn more about it? Best,

Re: [PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Thanks Vinay, I think you are right. I thought about it but then server will have to manage huge set of folders. I also thought that what if we give a unique ID for each file for each user. So, when user wants to access his file the code should first checks if the unique ID and the username is mat

[PHP-DB] Need help in PHP file Management System

2009-09-17 Thread nagendra prasad
Hi All, I need help in PHP file management system. So, I am working on my project in which user will upload a file on the server. I know how to upload a file on server using PHP. But the problem is how to differentiate the different uploaded files with different users. Please help me with this. B

[PHP-DB] Re: Need PHP developers in Hyderabad

2009-09-17 Thread nagendra prasad
Hi All, I am sorry to confuse you all. This is not a job! Anyone who is or want to work with me as a partners are invited. But here let me clear a point that I am not asking or going to ask any money like any other mails you get time to time. Anyone who wants to take technical challenges and work

[PHP-DB] Need PHP developers in Hyderabad

2009-09-15 Thread nagendra prasad
Hi All, I need some PHP-mysql developer who lives or can work in Hyderabad. Please contact me ASAP. You can mail me back or you can call me on my cell:9949817253. Best, -- Guru Prasad Ubuntu Voice GTK+ Forum

Re: [PHP-DB] Re: Need help-Send email

2009-09-14 Thread nagendra prasad
Hi Chris, Thanks for the response. However I have coded the Email code with SMTP authentication. But the problem is my mail is going to the SPAM not in the inbox. I remember someone has said that if the code is sending the email and if its going under SPAM folder then the code is correct but I hav

Re: [PHP-DB] Re: Need help-Send email

2009-09-12 Thread nagendra prasad
Exactly, the mail-client filter is actively working for such mail. But when I researched on Google I have found that to send an email using PHP we at lest need a mail server domain. Also we have to set SMTP to send email to inbox otherwise every mail-client will filter it and send it to SPAM folder

[PHP-DB] Re: Need help-Send email

2009-09-12 Thread nagendra prasad
Hi all, Below is the code that I have coded after replies from all of you. But before that I want to thank all of you for your help. I have coded the email code but still it is giving me an error. Please help me. Name: Message:

[PHP-DB] Need help-Send email

2009-09-11 Thread nagendra prasad
Hi All, I want to send my sql database to the user email. But I don't have any Email server or any email domain server. So, is their any way to use my localhost to send emails to the user's email id. If it not possible is their a way that I can use my Gmail to send an email through PHP? Best, --

Re: [PHP-DB] Need Help in the below script

2009-09-04 Thread nagendra prasad
Hay Patrick, Thanks so much. Its really working. You have saved my life. Best,

[PHP-DB] Need Help in the below script

2009-09-04 Thread nagendra prasad
Hi all, I am working on my project. I have to create a user regestration page and a login page. I am done with registration page but when I tried to code the login page its not working. Below is the code. Please take a look at script and let me know where am I going wrong. -- Guru Prasad U