Needed help with some php files.

9 posts Page 1 of 1
Contributors
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Needed help with some php files.
Dummy1912
Hello guys,

please who can helpme out for 50 cc if you have fix the solution.
i use 2 php files
one like a htm page
and a other a real php file

so i like to get the php (real) into 1 file

because i have a poll thingy
and if i want to show the current results it opens in a new page
and i don't want that
i want it to show on the same page where the poll is.

please andybody? cryer;
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Needed help with some php files.
comathi
You could try displaying the results in a pop-up
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

hey mate,

nice idea

any idea how?
because this php file is link to the main page?
because it must read the right ID

thanks
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Snyper345
VIP - Donator
VIP - Donator
Posts: 471
Joined: Mon Nov 01, 2010 1:53 am

http://www.phpfreaks.com/forums/index.p ... c=256576.0 i think the answer your looking for might be in this post
Image
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Needed help with some php files.
Axel
You can just put the html source in the php file but not backwards I think since html doesn't need to be rendered at the server(php does)
http://vagex.com/?ref=25000
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Snyper345 wrote:
http://www.phpfreaks.com/forums/index.p ... c=256576.0 i think the answer your looking for might be in this post
hello snyper sorry but not what i looking for but thanks anyway :)
Axel wrote:
You can just put the html source in the php file but not backwards I think since html doesn't need to be rendered at the server(php does)
hey axel,
yea i know that backward to :)
but thats the problem i can't because i ask for the ID so i don't know how to fix that.

i just want to show the php file on the same page.

Image
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Needed help with some php files.
Axel
you can use an iframe for that
Its hard to tell you anything without source
http://vagex.com/?ref=25000
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Without Source we cant help,
but yeah it can be Displayed in Frame,Object or a DIV box.
YouTube Downloader v3.0
Image
Image
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

this i use in the main page in a table
this shows the image you have seen the black one
Code: Select all
<?php
		require_once('poll/poll.php');
	show_vote_control('1');
	?>
the white one i can't show you because its really large lines.
but if you guys wanna help with tv thats fine with me to.

maybe somebody can fix it then.
because its drives me nuts :)
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
9 posts Page 1 of 1
Return to “Help & Support”