Can someone please answer this question... I asked 15 times with NO response

I have a file of results of php and the index html file - and I want just the results to run...

I learned that it is not possible in British Colombia and that there could be a way to do something different.   ANY HELP?  PLEASE?

1128CreativeSolutions wrote:

I have a file of results of php and the index html file - and I want just the results to run...

I learned that it is not possible in British Colombia and that there could be a way to do something different.   ANY HELP?  PLEASE?

Cannot run PHP or any other scripts aside server in British Colombia. Please tell us more about your condition, and we can find a BC solution for you.

See you soon,.

-mario

Tags: Business Catalyst

Similar Questions

  • SQL: can someone please explain this question?

    Select to_char (-4567, ' 9999 mI') a1, to_char (-4567, '99999pr') n2, to_char (4567, '00099999') double a3

    Select to_char (4567, '9.999EEEE') a1, to_char (4567, '9999V9999') double n2

    --

    Thank you

    You need to consider the Format of number patterns

    http://docs.Oracle.com/database/121/SQLRF/sql_elements004.htm#SQLRF00211

  • El Capital is compatible with the MacBook Pro version 10.10.5? Can anyone help answer this question before I update? Thanks in advance.

    El Capital is compatible with the MacBook Pro version 10.10.5? Can anyone help answer this question before I update? Thanks in advance.

    Why did you start a new post? Post again only after only 8 minutes accomplished nothing.

    There is no general problem going to EL Capitan on your Mac.

    Some applications may require updating.

    Some devices like printer may require the updated drivers. For some readers of devices not being updated are available.

    This is the Office Mac Pro forum. I asked that your post be moved to the El Capitanforum or another appropriate forum.

    Please move to the EL Capitan forum or another appropriate forum. Thank you

  • My account was canceled in one CC has expired.  I've updated Sunday, he said 24 hours for reactivation, it's Tuesday today ' today - still not activated.  Can someone please verify this?

    My account was canceled in one CC has expired.  I've updated Sunday, he said 24 hours for reactivation, it's Tuesday today ' today - still not activated.  Can someone please verify this?

    Thank you

    Jeff.

    Jeff I sent you a private message,

    Please follow that.

  • What are the original applications for the iPhone 6 s. I had to sync to my iPhone 3g to my new 6s in order to maintain my contacts. can someone please send screenshots of an iPhone running 6s with applications shown. I need pages outside the home page.

    What are the original applications for the iPhone 6 s. I had to sync to my iPhone 3g to my new 6s in order to maintain my contacts. Unfortunately, I lost a lot of these new applications. can someone please send screenshots of an iPhone running 6s with applications shown. I need pages other than the home page. Thank you!

    'Stock' apps are part of the installation of iOS and cannot be removed, so there is nothing to verify or prove.

    When you move to a new phone, just need restoring your old backup phone and compatible applications will be synchronized to the new.

  • Motorola. Please answer this question of Lollipop

    Please do not close or block this thread until someone from Motorola it responds.

    Please give an answer to this question p.

    Pure Edition Moto X 2014 owners should expect carriers to send lollipop before Motorola will be?

    Thank you

    A SUPER FRUSTRATED owner, getting no not her lollipop!


  • Anyone who can please answer this question please!

    My HP Jet 7 has a monitoring device on this subject that I need to know because my Tablet just got stolen about 13:00 today.

    Hello

    Very sad to say no.

    Kind regards.

  • Please, I want someone to answer this questions SQL?

    1. display the name, the month and the year of accession of all employees, stored on the months of their date of hiring and in that on the year, with the first year that appears first?

    Can be.

    You can explain further.

    Cordially salim

    SQL> select ename,to_char(hiredate,'mm-yyyy') month_year from emp order by hiredate;
    
    ENAME      MONTH_Y
    ---------- -------
    SMITH      12-1980
    ALLEN      02-1981
    WARD       02-1981
    JONES      04-1981
    BLAKE      05-1981
    CLARK      06-1981
    TURNER     09-1981
    MARTIN     09-1981
    KING       11-1981
    JAMES      12-1981
    FORD       12-1981
    MILLER     01-1982
    SCOTT      04-1987
    ADAMS      05-1987
    
    14 rows selected.
    
    SQL> 
    
  • Can someone please open this VI?

    I'm new here and I'm sorry if I do not write in the correct section.

    I made a simple program in the lab at my University and now I need to write a book about my work; for this I need some screenshots of my VI.

    Now my problem is that I can open this VI with the 7.1 version to my computer at home because he has been saved on 8.2.

    So my question is has anyone can open this VI and just after a screenshots of the block diagram and façade.

    My date deadline is Monday so it would be perfect if someone could do it tonight.

    Again, I'm sorry if the thread is misplaced.

    Thank you in advance.

    P.S: To open VI you might need this driver so I'll join that too.

    Simply copy the driver in the 7.1\instr.lib ~\LabVIEW (you probably know, but just to be on the safe side).

    Here are two screenshots:

  • BlackBerry Smartphones would someone please answer my question

    I'm writing this in two categories b/c I have not received a response to my previous post.

    I am new to BB and smartphones in general. I have now two BB 8300 s price I synchronize with an iMac. Anyway is to separate calendars and contacts? I was not able to locate any information on how to do it. Help, please!

    Thank you

     

    For your question, on your Mac, you have separate calendars there to which you want to synchronize? Under different profiles?

  • Can someone please explain this to me

    So yesterday, I made a change in our production database. What we had was a synonym in the S1 schema that pointed to a view of schema S2. We needed to make a change to do some minor data manipulations before we see in S1. So I dropped the synonym and created a view of the same name. All this went well in dev and QA, where we register S1 to do all the tests, but in production, our application connects to the database as S1USER that has select privileges on all tables of S1 and the views. After you have created the user view privileges granted DBA select on view at S1USER, but when I tried to query the table like S1USER I got ORA-01031: insufficient privileges. The DBA has thought that I didn't select privileges on the underlying view in S2, so it has that. Again I got the error of insufficient privileges. He seems to have had the privilege to choose granted by the account DBA was not good enough, he had to be granted by S1. I have never heard something like that. Why don't the DBA grant select to do the job, and select should be granted by the owner of the schema. Someone at - he never encountered this before?

    Even if ADMINISTRATOR privilege, he did on behalf of S1, considered as a DBA user:

    SQL > grant create session to one identified by one;

    Grant succeeded.

    SQL > grant select on mpprod.indv_t to one.

    Grant succeeded.

    SQL > select table_name, constituent
    2 of dba_tab_privs
    3 where dealer = "A";

    TABLE_NAME GRANTOR
    ------------------------------ ------------------------------
    INDV_T MPPROD

    However, nor the role of s/n, not the DBA have with grant on the indv_t table option, the ADMINISTRATOR cannot transmit the (implicit) permissions on the table S2 S1 at S1user.  Only S1 can transmit the implicit permissions to table S2.

    John

  • Can someone explain what this debug is telling me (associated with ISAKMP)?

    It is a router 803. I have a second 803 that connects to it via the internet without any problem. If I created my own VPN I can connect to my office.

    However, I have a remote user who is trying to dial using a laptop and it keeps the message "the remote peer not responding" or words to that effect. I debugged the crypto isakmp while the guy was dealing in and got the following:

    4w0d: ISAKMP (0:20): audit ISAKMP transform 11 against 10 priority policy

    4w0d: ISAKMP: 3DES-CBC encryption

    4w0d: ISAKMP: SHA hash

    4w0d: ISAKMP: group by default 2

    4w0d: ISAKMP: pre-shared key auth

    4w0d: ISAKMP: type of life in seconds

    4w0d: ISAKMP: life (IPV) 0x0 0 x 20 0xC4 0x9B

    4w0d: ISAKMP (0:20): atts are acceptable. Next payload is 3

    4w0d: ISAKMP (0:20): processing KE payload. Message ID = 0

    4w0d: ISAKMP (0:20): processing NONCE payload. Message ID = 0

    4w0d: ISAKMP (0:20): load useful vendor id of treatment

    4w0d: ISAKMP (0:20): load useful vendor id of treatment

    4w0d: ISAKMP (0:20): load useful vendor id of treatment

    4w0d: ISAKMP (0:20): load useful vendor id of treatment

    4w0d: ISAKMP (0:20): load useful vendor id of treatment

    4w0d: ISAKMP (0:20): entry = IKE_MESG_FROM_PEER, IKE_AM_EXCH

    Former State = new State IKE_READY = IKE_R_AM_AAA_AWAIT

    4w0d: ISAKMP: had 1 callback

    4w0d: ISAKMP (0:20): SKEYID generated State

    4w0d: ISAKMP (0:20): ITS been pre-shared key, using id ID_IPV4_ADDR type authentication

    4w0d: ISAKMP (20): payload ID

    next payload: 10

    type: 1

    Protocol: 17

    Port: 500

    Length: 8

    4w0d: ISAKMP (20): the total payload length: 12

    4w0d: ISAKMP (0:20): package is sent to * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): entry = IKE_MESG_FROM_AAA, PRESHARED_KEY_REPLY

    Former State = new State IKE_R_AM_AAA_AWAIT = IKE_R_AM2

    4w0d: ISAKMP (0:19): serving SA., his is 2E3BD30, delme is 2E3BD30

    4w0d: ISAKMP: Unlocking CONFIG struct 0x2DDB564 return of attributes, count 2

    4w0d: ISAKMP (0:20): received packet of * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): phase 1 package is a duplicate of a previous package.

    4w0d: ISAKMP (0:20): retransmission due to phase 1 of retransmission

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): incrementing count of errors on his: retransmit the phase 1

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH

    4w0d: ISAKMP (0:20): package is sent to * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): received packet of * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): phase 1 package is a duplicate of a previous package.

    4w0d: ISAKMP (0:20): retransmission due to phase 1 of retransmission

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): incrementing count of errors on his: retransmit the phase 1

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH

    4w0d: ISAKMP (0:20): package is sent to * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): received packet of * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): phase 1 package is a duplicate of a previous package.

    4w0d: ISAKMP (0:20): retransmission due to phase 1 of retransmission

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): incrementing count of errors on his: retransmit the phase 1

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH

    4w0d: ISAKMP (0:20): package is sent to * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH...

    4w0d: ISAKMP (0:20): incrementing count of errors on his: retransmit the phase 1

    4w0d: ISAKMP (0:20): retransmission phase 1 AG_INIT_EXCH

    4w0d: ISAKMP (0:20): package is sent to * (R) AG_INIT_EXCH

    4w0d: ISAKMP (0:17): serving SA., his is 2E431DC, delme is 2E431DC

    4w0d: ISAKMP: Unlocking CONFIG struct 0x2D5ABE8 return of attributes, count 2

    4w0d: ISAKMP (0:0): received packet of * (N) NEW SA

    Any help would be greatly appreciated and please, be gentle, VPN is reletivly new to me.

    Thanks in advance.

    Have you recently changed your modem connection settings?

    Maybe your remote access provider is filtering something you need?

  • I have an error in my event viewer: the fault bucket + 45216 0xD1_athr, type the name of the event 0: BlueScreen. Can someone please explain to me how to solve this problem.

    I have an error in my event viewer: the fault bucket + 45216 0xD1_athr, type the name of the event 0: BlueScreen

    Can someone please explain to me how to solve this problem. My computer shuts down whenever I get on the internet. I need some answers please.

    You have a problem with a driver Atheros.

    It could be the network card is bad or the driver is damaged.

    If it is a wireless card, try to connect to the router with an ethernet cable. See if you can get an updated driver from the computer manufacturer's website.

    http://msdn.Microsoft.com/en-us/library/ff560244 (v = VS. 85) .aspx

  • can someone please give me the code for this equalant?

    Hi friends

    Hi friends I need and equivalent of the code for the script because I shouldn't use below the script.even below if it entitles answer.please give alternative

    NVL2 (EndTime, 'Successful', 'Error') "Status".
    ===========================

    "" The real need is, if the "endtime" is null means I want the error if status is not null means I want status to succeed

    can someone please give me the code for this equalant?

    Thanks adavance

    Thil

    Select decode (endtime, null, "Error"
    'Successful') that the 'status' from tablename

  • TouchSmart 610 1130 i5 23 "Can someone please let me have further details on what this office has?

    Hello

    This is my first post. I am interested in buying a Touchsmart 610 1130 i5 23 "Can someone please let me have further details on what this office has as the details on the specifications do not tell me anything. I would like to know things like: if it has built-in webcam, speaker, HMDI? the usb ports how etc. etc.etc.

    Concerning

    sjbis11

    Hello sjbis11,

    Is the TouchSmart 610 you are looking at a model 1130uk. If so, here is a link to a plug detailed for this model.

    http://support.HP.com/us-en/document/c02883538

Maybe you are looking for