Click here to Skip to main content
15,885,141 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: learn php Pin
Richard MacCutchan27-Sep-12 5:41
mveRichard MacCutchan27-Sep-12 5:41 
AnswerRe: learn php Pin
Thomas Daniels5-Oct-12 5:40
mentorThomas Daniels5-Oct-12 5:40 
Questionhow to implemet a php code on server side? Pin
erroloz28-Jul-12 8:21
erroloz28-Jul-12 8:21 
AnswerRe: how to implemet a php code on server side? Pin
enhzflep28-Jul-12 8:32
enhzflep28-Jul-12 8:32 
GeneralRe: how to implemet a php code on server side? Pin
erroloz28-Jul-12 8:37
erroloz28-Jul-12 8:37 
GeneralRe: how to implemet a php code on server side? Pin
enhzflep28-Jul-12 8:49
enhzflep28-Jul-12 8:49 
GeneralRe: how to implemet a php code on server side? Pin
erroloz28-Jul-12 8:58
erroloz28-Jul-12 8:58 
GeneralRe: how to implemet a php code on server side? Pin
enhzflep28-Jul-12 9:17
enhzflep28-Jul-12 9:17 
No stress, it does catch some people out that are unfamiliar with the customs. It seemed likely to be through lack of knowledge, rather than lack of caring, hence the friendly tip. Smile | :)


Cool, that extra information is most helpful. Perhaps we an even get the problem sorted owt for ya!

I'm not familiar with wordpress, so I before I go on, I'll say that I'm assuming it's a php page that has the code:
HTML
<iframe id="ifResults" style="margin: 100px; width: 1020px; height: 1020px;" src=""></iframe>


Whichever file that is, you need to edit that one. Put the php code they've supplied you with somewhere before the code for the iframe.

Next, edit the iframe code so that it includes your variable $iFrameURL, like so:

HTML
<iframe id="ifResults" style="margin: 100px; width: 1020px; height: 1020px;" src="<?php echo $iFrameURL;?>"></iframe>


This will put whatever is in the variable into the page as a string, to be used as the src of the iframe.

So, not knowing wordpress, I don't know if you can access(download & upload) the file
using your browser, or if you need to use ftp. I'm also unaware of whether it's php or asp, logically I expect it to be php, but I'm not going to bet a body part on it!

- Just seen an email notification that mention the pdf page. You've condensed the important information well - I can see nothing there that's useful to me with regards to this.

Here's an more-or-less unrelated question that demonstrates
1) setting a php variable to hold some info
2) using that variable in a page in the same way as I have here - using the echo statement. (note that it's a single file, with the php stuff before the html)
how to disable a button after click in php[^]

Everybody starts out new at sometime!
GeneralRe: how to implemet a php code on server side? Pin
erroloz28-Jul-12 9:27
erroloz28-Jul-12 9:27 
GeneralRe: how to implemet a php code on server side? Pin
enhzflep28-Jul-12 9:48
enhzflep28-Jul-12 9:48 
GeneralRe: how to implemet a php code on server side? Pin
l a u r e n16-Sep-12 23:09
l a u r e n16-Sep-12 23:09 
AnswerRe: how to implemet a php code on server side? Pin
pragash smile8-Aug-12 4:45
pragash smile8-Aug-12 4:45 
QuestionCan Anybody help me in SMTP for Bulk Emailing Pin
ucsinfotech1220-Jul-12 18:11
ucsinfotech1220-Jul-12 18:11 
AnswerRe: Can Anybody help me in SMTP for Bulk Emailing Pin
Richard MacCutchan20-Jul-12 22:39
mveRichard MacCutchan20-Jul-12 22:39 
SuggestionRe: Can Anybody help me in SMTP for Bulk Emailing Pin
Mohibur Rashid18-Sep-12 15:14
professionalMohibur Rashid18-Sep-12 15:14 
Generalproblem with a query and not sure why... Pin
MacRaider420-Jul-12 7:35
MacRaider420-Jul-12 7:35 
AnswerRe: problem with a query and not sure why... Pin
MacRaider423-Jul-12 8:53
MacRaider423-Jul-12 8:53 
Generalhow to rebind a port in socket programming Pin
desatir731615-Jul-12 2:53
desatir731615-Jul-12 2:53 
GeneralRe: how to rebind a port in socket programming Pin
desatir731617-Jul-12 2:04
desatir731617-Jul-12 2:04 
GeneralRe: how to rebind a port in socket programming Pin
BobJanova17-Jul-12 3:43
BobJanova17-Jul-12 3:43 
GeneralRe: how to rebind a port in socket programming Pin
desatir731617-Jul-12 4:35
desatir731617-Jul-12 4:35 
Generalwhere to start for create a chat system in php? Pin
desatir731612-Jul-12 5:52
desatir731612-Jul-12 5:52 
GeneralRe: where to start for create a chat system in php? Pin
desatir731612-Jul-12 8:16
desatir731612-Jul-12 8:16 
AnswerRe: I found sth Pin
desatir731612-Jul-12 9:01
desatir731612-Jul-12 9:01 
GeneralRe: where to start for create a chat system in php? Pin
AndyInUK13-Jul-12 3:05
AndyInUK13-Jul-12 3:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.