- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
57 Posted Topics
Hello friends, I have a background image in body. What i want to achive is that 1)- calculate the visitor screen resolution. 2)- based on that resolution i want to resize my background image. Can anyone help? Looking for quick response. Thanks and regards navi | |
HEllo Friends, I am workng on online application which my clients will use on monthly bases. I have already purchase cloud server. I will also provide hostng services as well But i am confused at one point. Lets suppose 100 uses have registered and apply for my application. So do … ![]() | |
| |
Re: For multiple image uploading you need to use flash. Try to use swfuploader. | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? | |
can anyone tel me how to bypass blocked websites.. plz don't tel me abt proxy websites... instead of proxy websites is there any method?......... | |
Hello, I have embed swf file on following page. [url]http://jackdalysalescommunity.com/successful-registration/[/url] Pls check the video. Video is cut off. I have tried all the ways to make it stretch. Also tried Scale parameter but that also not working. Can anyone suggest me what is the best way to stretch the swf … | |
Hello, I need to post data to another server using jquery. Here is the code i am using [CODE] $.ajax({ url:"https://www.thewiseagent.com:443/secure/webcontactAllFields.asp", type:'POST', data:"ID="+$ID+"&Source="+$Source+"¬ifyCc="+$notifyCc+"¬ifyBcc="+$notifyBcc+"&noMail="+$noMail+"&CFirst="+$first+"&CLast="+$last+"&Phone="+$Phone+"&Fax="+$Fax+"&CEmail="+$CEmail+"&Message="+$message, success: function() { //window.location.href = "http://www.petlooza.com"; } }); [/CODE] i got error (302 object moved) in case of firefox/chorme although data is inserting.. but in case of … | |
I have lots of pets in a dropdown. what i want to achieve is that when ever i hover on dropdown, it will display the image of particular pet as a popup. Any idea how can i achieve that? | |
I have lots of pets in a dropdown. what i want to achieve is that when ever i hover on dropdown, it will display the image of particular pet as a popup. Any idea how can i achieve that? ![]() | |
Can someone present me an example which implements the three tier architecture in PHP. Let's say I have a class student with the fields ID and Name. I want to enter the student ID and Name through a web form and save it to the database. Could someone show me … | |
Hello friends, Well i just realized onmouseover on select options not working in IE/Chrome/safari. i think bec. IE/chorme doesnot support onmouseover. Can any one tell me the alternative of onmouseover? Thanks | |
Hello, I need a html5 player which can play on all smartphones. I have tried lots of players. Some player works in iphones and not in android vice versa. Any ideas what is best way to do so that video can play on all platforms? Thanks navi | |
Hello, There will be two users on my site. one is free and other is paid. So for paid there will be seperate registratoin form having around 20 input fields. Now paid registration is around 97$. i am using 1shopping cart for payment. Now how the registration will work? Will … | |
Hello friends, I want to built a website in php but i am short of ideas? Target audience:- Youth Can any one help? Thanks navi ![]() | |
[CODE]<form method="POST" action="https://www.thewiseagent.com:443/secure/webcontactAllFields.asp" name="myForm" onSubmit="return chkForm(this);"> <!-- Do not change --> <input type="hidden" name="ID" value="67,176,210,31,93,194,29,70,235"> <!-- These fields can be edited --> <input type="hidden" name="responsePage" value="http://http://www.expertforyou.com/"> <input type="hidden" name="Source" value="website referral"> <input type="hidden" name="Categories" value=""><!-- semicolon;delimited no spaces --> <input type="hidden" name="currentUser" value=""><!-- internal team member --> <input type="hidden" name="ProgramID" … | |
Hello, I want to build a online channels website where user can watch online channels in php. I have already done a lot of research. Can anyone tell me how can i get the live stream url of various channels E.g live stream url of sky sports is mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k so … | |
Hi, Client will have library of available themes I need to create a plugin in wordpress. which will search are available themes from client server and when anyone click on activate the theme it will copy all the files from client server to user server. can anyone help? how can … | |
How to transfer files from one server to another in php? Any ideas? | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? | |
Re: you need to do a check i.e if file is empty and then it will update the database without effecting image field in the database and also if file is empty then no need of move_uploaded_file function. | |
Hello friends, I need your ideas on my new project in word press. How should i approach that. what i want to achieve is that Client will have library of word press themes called wps themes on his server. I need to create a plugin which when install 1)- The … | |
Hello friends, I need your ideas on my new project in word press. How should i approach that. what i want to achieve is that Client will have library of word press themes called wps themes on his server. I need to create a plugin which when install 1)- The … | |
Hello friends, I am working on e commerce site these days. Every goes well but now i am stuck on discount functionality. My client wants to have following functionality in the site 1)- i want to offer simple discounts: 10% off, 20% off with voucher or code number 2)- i … | |
Hello friends, I am working on downloading script. its working fine in all browsers. but in IE when i click on download button its showing the size of every file zero bytes. I have done lots of googling but didnot find anything. Please help its very urgent. I am using … | |
Re: sometimes it happens when your mysql query goes in infinite loop. carefully check all the queries. | |
which is the best php editor for linux ubunto? i m using komodo right now but it is very slow. pls suggest something? | |
Re: yes there is no need of such code. when you click on enter in textbox forms is automatically submitted. ![]() | |
can anyone tell me difference between scripting type language and any other language? thanks in advance | |
Re: here is the simple solution: [ICODE]while ($row =mysql_query($result)) { if(!empty($row['brandName']) { $carBrand =$row['brandName']; } if(!empty($row['model']) { $carMod = $row['model']; } --- --- --- }[/ICODE] this is just a example. modified your code according to your needs. | |
Re: just install wamp server. its a combination of apache,mysql,php. very easy to install. have fun. | |
Re: [CODE] 1. <?php 2. $query= mysql_query(" SELECT * FROM office 3. WHERE officeID='" . $_GET['officeID'] . "'"); 4. 5. while($entry=mysql_fetch_array($query)) 6. { 7. 8. echo $entry['name']; 9. echo $entry['location']; 10. } 11.?>[/CODE] according to me there will be no need of while loop here. bec. here only i row is … | |
Re: I think the problem is here [CODE]$myquery = "select * from lesson where subject like '%".$q."%' AND learningArea like '%".$r."%' AND ability like '%".$s."%'";[/CODE] it should be: [CODE]$myquery = "select * from lesson where subject like '%'.$q.'%' AND learningArea like '%'.$r.'%' AND ability like '%'.$s.'%'";[/CODE] Try this and let me … | |
Re: this seems to very complex here is the simple solution: [code=php]$sql="SELECT * FROM user as a, resutls as b,excercises as c where a.usr_id= b.res_usr_id and b.res_exc_id=c.exc_id";[/code] i hope it works. | |
Re: if you are using text box. then textbox has a property callled disabled e.g: [icode]<input type="text" name="email id="emailid disabled="disabled">[/icode] now we cant edit this textbox. i hope it works.. | |
Re: you can't use [QUOTE]<title>Using mysql_num_rows()</title> [/QUOTE] i think i will be like [QUOTE]<title><?php mysql_num_rows() ?></title> [/QUOTE] but why you want to use mysql_num_rows() in title? | |
Re: you can achive this by using explode function suppose you have info. in array like $array[0] now by using explode function: [QUOTE]$exploded= explode('&',$array[0]);[/QUOTE] now $exploded[0] will contain status=1 i hope this helps you. | |
can we achieve 3-tier architecture with out frameworks in php? pls help. its interview question? | |
Re: hi rime. you should instal joomla 1.5. first disable all the default articles . then go to the article manager and then create new article don't forget to select section and category. if u dont hv sections then go with uncategorize. i hope this helps. | |
| |
hi everyone. please tell me difference between mysql_connect & mysql_pconnect? and which is better and how? ![]() | |
hi everyone. i just want to know about 3 tier architecture. can we achieve 3 tier architecture without frameworks. if yes how? give me a little example of it.. thanks in advance. | |
Hi guys, i m working on matrimonial website. now a days preparing admin panel for that... in the admin panel when admin click on edit(here i m able to recieve id using $_GET), another page opens lets call it showsuboptions, with three sub options edit profile, edit desired profile, edit … | |
Does anyone know how I can display a list of (let's say) 5 members that have visited my profile page recently? Shouldn't be too hard, should it? Let's try to find a solution, since I believe more users might be interested in such a feature. Thanks guys, navi | |
hi frnds.... i m newbie in php.................... i want to make advanced member login system where peoples can signup,signin,logout etc...... i want to achieve dis with the help of dreamweaver 8............... i m using php 5,mysql,apachie server and phpadmin login................. if u hv any idea do tel me.............................. | |
Re: i thnk it wil remain in the market for long time d reason is that if we compare it to the other language like asp.net it has upper hands in terms of speed,cost etc............ | |
pls tel me how to instal phpadmin3.1... i hv just download it... i want to run it on d apachie server.. i m newbie to php.... and after creation of tables where i hv to stored dese tables? pls give me approciate example??? | |
hi friends.... i m new to php.... i have installed apachie 2.0,php 5.2,mysql5.1... everything is going welll.... bt dere is problem using d following code,, [code=php]<php mysql_connect("localhost", "root", "mars11") or die(mysql_error()); echo "Connected to MySQL<br />"; </php>[/code] i hv save it in the htdocs folder under apachie...filename is test.php bt … |
The End.