Forum: PHP Aug 23rd, 2009 |
| Replies: 4 Views: 451 :)
see if you forgot to close if{} block in your php code |
Forum: PHP Jul 24th, 2009 |
| Replies: 3 Views: 278 Hi all,
My client wants to host the videos on his site using the embed code and link of the video.
What is the best way to protect the videos from downloading or saving it into pcs.
Client ... |
Forum: PHP May 31st, 2009 |
| Replies: 3 Views: 269 I would suggest you to Go with
http://www.w3schools.com/php/default.asp
http://www.tizag.com/phpT/
http://www.tuxradar.com/practicalphp
and google on a particular concept for help |
Forum: PHP May 31st, 2009 |
| Replies: 6 Views: 468 Thank you for your time and reply.
I couldnt understand why should i change it to '4' because after LIMIT
the first variable is offset and next one is number of records we want to display right?!... |
Forum: PHP May 31st, 2009 |
| Replies: 6 Views: 468 Thank you for your time and reply.
I couldnt understand why should i change it to '4' because after LIMIT
the first variable is offset and next one is number of records we want to display right?!... |
Forum: PHP May 30th, 2009 |
| Replies: 6 Views: 468 Hi
I trying to implement pagination using LIMIT in MySQL. My problem is it works good for the first 3 results only and for later results it shows error saying check the manual that corresponds to... |
Forum: PHP May 23rd, 2009 |
| Replies: 7 Views: 544 Thanks a Ton :)sacarias40. I really appreciate it.
I would like to give it a try first with the hints you have given and later if unsuccessful :( i shall certainly ask your help again for the class... |
Forum: PHP May 23rd, 2009 |
| Replies: 1 Views: 176 From what i understood,
While retrieving it using the GET in storeitems.php page use,
if(( $_GET["cat"]== "Food") || ($_GET["store"] == "Yes"))
{
:
:
: |
Forum: PHP May 23rd, 2009 |
| Replies: 10 Views: 495 Did you use this?
<?ob_start()?> // use this at the beginning of the php code page
:
:
:
:
<?ob_flush()?>// use this at the end of page |
Forum: PHP May 23rd, 2009 |
| Replies: 7 Views: 544 Thanks! I shall work on this and post back :) |
Forum: PHP May 23rd, 2009 |
| Replies: 7 Views: 544 Thank you for the quick reply.
What actually is a paginator? Is it a set of code lines? i googled little after seeing your post about it.
Do you recommend any specific paginators?
OR
shall i make... |
Forum: PHP May 23rd, 2009 |
| Replies: 7 Views: 544 Hi ,
I have a text field in a table and i would like to split it into pages for viewing pleasure. I know how to split it into set of pages if it is in rows. But i couldn't get clue how to split... |
Forum: Website Reviews May 21st, 2009 |
| Replies: 4 Views: 383 Good one but i personally didnt like the width of the layout and menu bar. Rest everything is good.
Cheers
SNIP |
Forum: PHP May 15th, 2009 |
| Replies: 3 Views: 1,211 see this link (http://www.w3schools.com/ajax/tryit.asp?filename=tryajax_httpsuggest)... they explained it well.... u can make necessary changes according to ur requirements.
link:... |
Forum: PHP May 15th, 2009 |
| Replies: 3 Views: 308 thank you HITMANOF44th , ardav.
I am working along those lines and shall post back the results.
thank you once again |
Forum: PHP May 14th, 2009 |
| Replies: 4 Views: 431 Using Sessions one need not store it on user's computer,
if we store the users ip and items in the cart in the database by sessions and later retreive them from database when visitor visits back... |
Forum: PHP May 14th, 2009 |
| Replies: 4 Views: 431 I think you may have to use user details such as login values(username) or ip address(to save visitor selection of items) along with sessions values such as items in the cart and save it database to... |
Forum: PHP May 14th, 2009 |
| Replies: 3 Views: 308 Hi all,
How to merge a forum into a pre-exisiting website? All what i mean is i took a forum(which has its own registration , sigin-in feature) and a preexisting website (which too have its... |
Forum: PHP May 1st, 2009 |
| Replies: 3 Views: 368 Thank you for referring me this thread. Though i Searched dani before starting a new thread somehow i missed this particular thread you have referred. I got a start and am looking at this. Please... |
Forum: PHP Apr 30th, 2009 |
| Replies: 5 Views: 402 Thank you all for the Explaination. |
Forum: PHP Apr 30th, 2009 |
| Replies: 3 Views: 368 somebody shed some light here please.. :(
i can manage with slightest hints too please.. |
Forum: PHP Apr 30th, 2009 |
| Replies: 3 Views: 368 Hi,
I want user to record his voice and save it in website. I could not figure out how the connection can be established between microphone on user pc and website. I have googled enough but could... |
Forum: Website Reviews Apr 30th, 2009 |
| Replies: 4 Views: 443 Its Good.
I think it would be great if the layout width is increased to 90% or 100% of the screen space. |
Forum: Website Reviews Apr 30th, 2009 |
| Replies: 6 Views: 561 When using english version, search results are getting displayed in some other language.
The site looks very professional. |
Forum: PHP Apr 29th, 2009 |
| Replies: 5 Views: 402 Thank you for the reply.
Can u please tell me How exactly are Web servers different from Database? Is web server something which hosts website and database :-? Please correct me.
Any link fr... |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 274 I hope this is not present inside echo statement??
If so, you need to remove it.
Also, you did not close the php tags!! |
Forum: PHP Apr 29th, 2009 |
| Replies: 5 Views: 402 Hello all,
I work on MySQL and i have knowledge about it. I have no idea of what Apache is? I googled and came to know just like MySQL it is also a Web Server and nothing more about it. When... |
Forum: PHP Apr 29th, 2009 |
| Replies: 5 Views: 669 Thank you this is very useful information. I will work on this.
But if i would like to leave choice to users to input their fav songs from any source then what would be the best approach?
Thanks in... |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 669 Hi,
I am trying to embed audio/video content such as youtube links and playlists from imeem.com into my website for each user of their choice.
What are the measures to be taken to display... |
Forum: PHP Apr 24th, 2009 |
| Replies: 5 Views: 336 :twisted: I solved it.
manipulated url value using substrings:D |
Forum: PHP Apr 24th, 2009 |
| Replies: 5 Views: 336 sorry fr not being clear.
the row['image'] has this entire below mentioned as value:
<img src="upload/image1.jpg " width=70 >
i.e, it works fine when its in external directory but not if i... |
Forum: PHP Apr 24th, 2009 |
| Replies: 5 Views: 336 well yeah it works when i have address of the url handy.
when i am retrieving the image url from database like row[1]
then how to code that?
where row[1] contains entire address like... |
Forum: PHP Apr 24th, 2009 |
| Replies: 5 Views: 336 Hello all,
I have this strange problem.
1. I have one file in a sub directory which has code for displaying images - images are stored in main directory .
2. Now the reference to that image is... |
Forum: PHP Apr 16th, 2009 |
| Replies: 11 Views: 1,192 here is my entire code .
pls: see below
<?php
function BBCode($Text)
{ |
Forum: PHP Apr 16th, 2009 |
| Replies: 11 Views: 1,192 Are you talking about {1} {2} braces above? I have made changes accordingly but it too didnt work.:( |
Forum: PHP Apr 15th, 2009 |
| Replies: 9 Views: 655 Ok, so $SERVER['DOCUMENT_ROOT'] forces download.
Thank you dats a good info. |
Forum: PHP Apr 15th, 2009 |
| Replies: 11 Views: 1,192 i replaced \\1 and \\2 with $1 and $2 in the code.. but it just shows up as [url]link['url] instead of giving it a link |
Forum: PHP Apr 15th, 2009 |
| Replies: 11 Views: 1,192 // Perform URL Search
$Text = preg_replace("/\[url\]([$URLSearchString]*)\[\/url\]/", '<a href="javascript:go(\'$1\',\'new\')">$1</a>', $Text);
$Text =... |
Forum: PHP Apr 15th, 2009 |
| Replies: 11 Views: 1,192 Nope :( it isnt working.
here is my entire bbcode |
Forum: PHP Apr 15th, 2009 |
| Replies: 9 Views: 655 Hi,
Instead of simply specifying the link as <a href="www.sitename.com/documentname.pdf">DocumentPDF</a> , why should we use $SERVER['DOCUMENT_ROOT']???
Is there any specific advantage with... |