Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #22.6K
7 Posted Topics
create table book(bookid int ,title varchar(50),author varchar(50),book longblob); insert into book values(1,'c#','arun','c:/c#.pdf'); BUT this code is not working properly
php code for uploading & storing a pdf file on server side
How to store a uploaded file in server side?
php CODE to find a particular substring from mysql database?
How to search a particular substring from number of strings in the database?
Iam new in this web development.Please,suggest me a best book for php.
how to insert and retrieve a 20mb pdf file from mysql database?
The End.
arunpatyal1987