- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
174 Posted Topics
Hi friends, In one of my project I want to convert tiff files to png/jpg using php for making a film strip. So if there is any way for doing that .... Please help me thanks in advance Rajeesh | |
Hai, I had a main div and two child divs inside that .. I need to arrange as follows .. ------------------------------------------------- | | | | child div 1 | child div 2 | | | | | | | ------------------------------------------------- the height of the child div is dynamic. I had … | |
Hi i have created a website for my client using PHP and mysql . The client need to backup a table in database as excel file every day. Well he had no idea about coding and all ... He need to backup using a simple way. Please anyone let me … | |
Hi friends, I m a PHP programmer and I likes to learn Ruby . But I had stucked ( Really Became Mad ) with installing ruby on Rails in my System .. Googled a lot ... but it is installing Ruby 1.8 & Rails 2.3 ... Please Help me .... … | |
Hi friends , I made a site in php including login system ... It is a movie discussion portal including movie details and all.. My question is can we integrate facebook login to my site ? So that peoples can comment on this site through their facebook .. For Weg … | |
Hi I added a addslash before submit to database like [CODE]$bio=addslashes($_POST('bio'));[/CODE] it will add a "'" before submit .. and everything working fine .. but at the time of edit/ resubmit this form I am getting the following out put [CODE]This is old\' Line This is new' Line[/CODE] Please help … | |
Re: I think [url]www.w3schools.com[/url] will be a best choice also you can refer php.net | |
Hi friends , In one of my web portal there are more than 1000 users . I need a news letter for every week for all these users ... My system ( web account ) crashed when I tried with a for loop . Can you please suggest me a … | |
Hi I had a real estate web site and user/visitor can post their property into the database. Now What I need is After 15 days the post will be delete automatically. Please any give me the idea for doing this. "How to do delete using Date ?" Please Help me.. … | |
Re: Hi, Use simple jQuery Plugin for displaying a slide show ... It is just simple and easy to inplement .... Google it for more help .. there are 100's of such scripts available with documentation | |
Hi Friends , I m new to Joomla and I developed a admin part component and after successfull data insert I need to do a redirect to my component view. My doubt is how to do this redirection from my "Model" I got a code Like this [ICODE]$msg = 'A … | |
Hi, In one of my web page When user clicks a thumbnail view of my page then the main Image will show that corresponding My code as followa jQuery('products li img').click(function(){ var as=jQuery(this).attr('href'); jQuery('#mainImg').attr('src',as) }); My doubt is at the time of user clicks on that thumb a small preload … | |
Re: Hi, I would likes to say more elements to this question .. 1. Please take care of code while sending this SMS . Coz if you are using poor coding then that mail will put in users "SPAM" folder .. So Please make some good quality coding including correct header … | |
Hi, I m a php coder and I likes Joomla , Codeinniter etc... Now I got a freelance project like this ([url]http://www.indiaglitz.com/channels/malayalam/[/url]) Which need an admin Portal , daily updates and a small discussion forum etc .... I m bit confused with which is the best framework or CMS best … | |
Hi friends, I m a php coder and in one of my real estate portal I likes to use any one of best php frame work. Please advise / suggest me a best and easy learning one.. Thanks rajeesh | |
Hi, In one of my project there is a textarea for inserting data for users. In that Italics, Bold, Link options are added just like every forum text area. But when user clicks in italics or bold .. and leaves it with out closing then on render view full of … | |
Hi friends, I got a table as follows Name | idNo | started | type | entrytype ----------------------------------------------------------------- Nick | 12 | 12-02-2011 | 0 | 1 Sam | 14 | 13-02-2011 | 1 | 1 Paul | 12 | 14-02-2011 | 1 | 1 Jwal | 12 | 13-02-2011 … | |
Hi, I need to replace "-" from a string . Ie Just need a "-" between two words. ie standard format is : Hello-world-php If I got a string like this 'Hello--world----php' I just need to rewrite that in to 'Hello-world-php' format . Hope you understand this .. Please help … | |
Hi friends In one of my project I just need a rich text editor . A simple one which containing bold, Italics, Underline, Image , Link ... which must output like [CODE][url=""]asdasd[/url][/CODE] I m very new to this and can anyone suggest me a free one ? Thanks in advance … | |
Hi friends In one of my project I displayed data from data base in page wise order ( ie 10 data of a thread in to one page , just like a forum ) I just want to give a link at the first listing page which showing link to … | |
Hi friends, I just want to rewrite my url using htaccess [ICODE]www.site.com/movie-discussion.php?movie=name&page=2[/ICODE] to [ICODE]www.site.com/movie-discussion/2-name.html[/ICODE] I got the following code [ICODE]Options +FollowSymlinks RewriteEngine on RewriteRule ^movie-discussion/(.*)-(.*)\.html$ movie-discussion.php?thread=$1&page=$2[/ICODE] but it is going to the "movie-discussion" directory and as a result the css, javascirpt files which linked to this page is not working … | |
Hai, I am a PHP developer and I had completed a social networking project. In this project users can create their profile and upload their photos and messaging as the all other networking sites can do. And I am very new to SEO .... I need to do some SEO … | |
Hi friends I heard a lot about joomla and downloaded and installed in my pc. I likes to study joomla and I just created some articles using joomla and all. Did activities like admin login , meta tag editing from admin panel and all. But I read from some where … | |
Hi , I want to confirm a delete function using javascript .. In detail I want to display a list using php Mysql as follows No + Name + ---------------------------------- 1. + Raj + Delete 2. + Raj2 + Delete ---------------------------------- When user clicks on Delete button that will leads … | |
Hi friends , A small doubt of me . While I m going through SEO related studies I saw so much URLs in various sites . My doubt is which of these following URLs are really helps in SEO process [ICODE]1. [url]www.mysitename.com/movie/moviename.html[/url] 2. [url]www.mysitename.com/movie/moviename[/url][/ICODE] I just rewrite the following dynamic … | |
Hi friends, I m in a production of a big web projects which including a forum, blog ... So I divide my page in to 3 1. Top banner page :(banner.php): (which includes my banner and main menu of my site ) 2. middle content page 3. Bottom footer page … | |
Hi friends, I want to change content of one of div using jquery and animate the div height and width according to new height and width. I want to change about 12 contents. Everything working fine with my code except height issue. My question is how to calculate newly loaded … | |
Hi I had a mysql data base and had a date column in it. Date is like : date("Y-m-d"), I need to search in the data base between two days, select users who registered between 2009-12-13 and 2009-12-25. Please help me thanks in advance | |
Hi friends, In one of my project I had a text box and I want to store its content to database. I blocked mysql injection with "mysql_real_escape_string" command. But I need to add some formating button in that field. ie italics, bold, font size and link field. From a site … | |
Hi , I am maintaining a Real Estate Web Portal and I need to Send Bulk emails when a new property added or any specials in my site. I collected lots of mail ids from my database up to 3000 users and i tried to send using "Mail" function using … | |
I made a simple slide show using jquery and "setInterval() " function. Everything working fine but I just need to start this serInterval function only after the div or page loads completely. I will post my code here ... [ICODE] 1. $(document).ready(function () { 2. var s=setInterval('slide()',3000); 3. }); 4. … | |
Hi friends, I likes to implement "Remember Me" Option while sign in to my web site. Please advise me a secure tutorial for doing that . I did all the part of coding ie, at the time of login process 2 sessions will creates named "username" and "password" . and … ![]() | |
Hi friends, I want to show the details of about 3500 films in my film blog page and I wrote a php page for movie page and I rewrited its URL to SEO friendly as follows [CODE]www.sitename.com/movie.php?id=moviename[/CODE] to [CODE]www.sitename.com/moviename[/CODE] I m very new to seo and my questions are 1. … | |
Hi Friends, How to implement form submit security other than using the captcha method ? Please help Thanks Rajeesh | |
Hi friends, I m making a php user registration program and in some other sites I found some hidden field as follows [ICODE]<input name="authenticity_token" value="a58b64b916157840987d0655fe8ce14fecc030fd" type="hidden">[/ICODE] I m wonder what its really means ? Is it a dynamic value in which's value stored in SESSION and later it check with … | |
Hi friends I m wonder how to find out actual count of unique visitors in my website Any specific tool or plugin for that purpose ? Thanks in advance Rajeesh | |
Hi friends please refer me a tutorial for Dynamically loading Drop down list ( List/Menu ) Using Ajax Thanks in advance Rajeesh | |
Hi friends, I want to delete an element from an array and re order the array ie [ICODE]$myArray=array('a','b','c','d'); echo $myArray[1]; // print b;[/ICODE] I want to delete [ICODE]$myArray[1][/ICODE] From $[ICODE]myArray[/ICODE] and re order the array So that [ICODE]echo $myArray[1]; // Return c insted of b[/ICODE] Thnaks In Advance Rajeesh | |
Hi Friends , I got a row in my table like follows date | Name | id -------------------------- 22-August | Ram | 15 14-July | Krish | 17 14_March | Anwar | 145 --------------------------- I want to sort this with date ie, 14-March 14-Jusy 22-August Using both date and month … | |
Hi friends, My table structure as like this name | id | Roles ------------------------------- name1 | 1012 | Cleaning, Cooking name2 | 1013 | Cooking --------------------------------------------- I want to select all the repeating names ie, Want to display the name which coming more than 1 times in database. Please help … | |
Hi, In one of my web proj I want to show movie artists details as their profile. Kindly advise me which type of page URL suits for SEO. [ICODE]http://myproj.com/artistfirstname-lastname [url]http://myproj.com/artistfirstname_lastname[/url][/ICODE] Which one I need to choose as separator as their name splitter in the case of one which having 2 … | |
Hi friends, In one of my table I stored some names of students . I need to select all the names starting letter "A" or "a" .... Please help me Thanks in advance Rajeesh | |
Hi friends, I had a database table as follows ... Id | Film Name | Director | Cast | ---------------------------------------- 12 | Dhoom | Name | 123,128,125,458,12 12 | Dhoom 2 | Name | 129,158,147,455 ------------------------------------------------ I need search by cast column For eg : If I select :- [ICODE]select … | |
Hi friends, In my php form I just blocked the sql injection by adding below into my processing page [ICODE]$comment=mysql_real_escape_string($_POST['comment']);[/ICODE] But I need to add "Richtext format in My Form ( Ie BOLD, ITALICS and UNDERLINE ). Now I just want to enable only these in my processing page ( … | |
Hi friends, I need a simple help or query for my search option in my website. I had a table which storing movie information. The rough form of table structure as follows. Movie name | Director | Genre | Producer | Story line | Cast ------------------------------------------------------------------- | | | | … | |
Hi friends, I want to implement a event calender in one of my web project. I tried many in google . Can any one suggest a good event calender for me. Which is bug free and free.. Thanks in Advance Rajeesh | |
Hi friends, In one of my website I want to implement file upload ( Only Image ) facility. I m using http file upload and make a directory in my server set to mode 0777. Is it a secure method ? Or else what is the secure method for user … | |
Hi friends, I m a PHP programmer and very new to SEO. I likes to know about what is RSS feed and its relation with SEO and how to implement RSS feed to my new travel blog website.. Thanks in advance Rajeesh | |
Re: Hi, Use <center> tag soon after <body> tag . For eg [ICODE]<html> <head> </head> <body> <center> <-- Content Here </center> </body> <html>[/ICODE] [QUOTE=dougancil;1415991]I have a web page that I converted from a psd file to html with Photoshop and imported into Dreamweaver. The problem I'm having is that some viewers … | |
Hi friends , There is a page in my website which contains links to all the travel destinations in India which is alphabetically arranged and it is a dynamic page. My doubt is about the naming of that page. I rewrited all the php pages to html page. In this … |
The End.