I am currently using iframe to boost my youtube video views, EXAMPLE:

<IFRAME SRC='http://youtube.com/VIDEO' SCROLLING='no' WIDTH='1' HEIGHT='1' FRAMEBORDER='no'></IFRAME>

I would like to know how to do the same thing in PHP?
Can someone please send me an example of an almost invisible iframe as above but only in PHP.

Sorry for bad English &
Thank you.

Recommended Answers

All 8 Replies

PHP is a backend language, you can't show anything with "only PHP". Could you explain why you would want this? And what the goal is?

PHP is a backend language, you can't show anything with "only PHP". Could you explain why you would want this? And what the goal is?

I would like to make impressions this way on my youtube video and maybe some other sites.
I would need to insert an iframe code in here: http://pastebin.com/xyqmPUrd

I'm not going to read through all that code. What don't you understand, what do you want to do, what is the relevant code, et cetera?

I'm not going to read through all that code. What don't you understand, what do you want to do, what is the relevant code, et cetera?

I would like to add an iframe somewhere around here: $default = '"To Unlock and Access the Content, Please complete a FREE offer Below. Please Click on any one offer below. Verify any email that is sent to you after the offer has been completed. The protected content will be revealed after our system verifies Completion."';

Sorry i have no knowledge in PHP.

This is a script for wordpress that shows up once in every 24 hours per visitor,
as this script shows up i would like an iframe to be loaded also.

So bassicly i would like an iframe loaded one time every day per visitor.

Thanx

And what would this 'VIDEO' be?

Member Avatar for diafol

Urgh, you're creating one of those horrible fill out a survey and receive a million spam messages a day sites? Like fileden.com?

I want to get some youtube views and votes on some topsites...

Member Avatar for diafol
echo "<IFRAME SRC='http://youtube.com/VIDEO' SCROLLING='no' WIDTH='1' HEIGHT='1' FRAMEBORDER='no'></IFRAME>";
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.