joshl_1995 22 Twisted Digital

(Website A "server.php"):

<?php
    $ch = curl_init("Website B/callMe.php");

    $nvp = "&message=YOU PASSED ME!!!!";

    curl_setopt($ch, CURLOPT_POSTFIELDS, $nvp);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

    echo json_decode(curl_exec($ch));
?>

(Website B "callMe.php"):

<?php
    echo json_encode("You passed me ".$_POST['message']);
?>

And i get no errors just a blank page.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering why won't cURL work on my webstie when i says cURL is supported.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to pass a file from my computer (eg. using the <input type="file"/> script) to my api on my website?

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to delete a folder and everything in the folder in ftp.

joshl_1995 22 Twisted Digital

The api is an api that i made for my website, and i need to know if there is a way to know use an api in vb.net than i want to know how.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if it is possible to access and use an api from my website?

joshl_1995 22 Twisted Digital

What do i add this to?

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to goto the direct link of a file (eg. http://example.com/files/test.txt) and for it to download insted of loading and displaying the file.
I want to do this for every file in the "files" folder and only that folder.

joshl_1995 22 Twisted Digital

Can i just ask, what is that code supposed to do because the only response i'm getting is "NULL".

This is what i'm trying:

<?php
    $url = 'POST https://apis.live.net/v5.0/me/skydrive/files';
    $form_data = array(
        'token'=> 'ACCESS_TOKEN',
        'file' => 'Test',
        'name' => 'me'
    );

    $ch = curl_init();
    curl_setopt($ch,CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $form_data);
    $result = curl_exec($ch);
    var_dump(json_decode($result));
    curl_close($ch);
?>

Also i don't know where to get the access token.

joshl_1995 22 Twisted Digital

As i said i don't know how to work with api's so i don't know how to construct the script to do that.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if i can get some help with the 4shared php api.
Here is a sample on how to upload a file.
But now i need to know how to delete a file, by the way i have never used an api.

Please Help...

joshl_1995 22 Twisted Digital

I went to that but i don't know how to use it.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to access SkyDrive using php i have looked at so many forums and i could not find anything and what i did find was too complicated to understand, what i want is a way to create files or folders, get files and delete files or folders.

joshl_1995 22 Twisted Digital

Helllo Community,
I was wondering if there is a way to get all the second nodes from an xml file example:

<?xml version="1.0" encoding="utf-8"?>
<!--XML Comment-->
<Main-Node>
  <Second-Node>
    <Third-Node>Node</Third-Node>
  </Second-Node>
  <Second-Node>
    <Third-Node>Node</Third-Node>
  </Second-Node>
</Main-Node>

Please Help...

joshl_1995 22 Twisted Digital

Ok, thank again.

joshl_1995 22 Twisted Digital

Hello Community,
Is there a way to make it so a cookie will expire after the user has been inactive for 10 minutes.

Please Help...

joshl_1995 22 Twisted Digital

Thanks

joshl_1995 22 Twisted Digital

Hello Community,
I want to know if there is a way to use the same session throughout my whole website (eg. main domain and sub domain) using PHP?

NOTE: I'm using a free hosting website so my website is a subdomain of the host website (eg. "http://mywebsite.hostwebsite.com" (I hope you know what i mean))

So if i goto http://example.hoster.com/Login.php and i start the session there (eg. $_SESSION['Username'] = "TestUser"), and then i goto http://sub.example.hoster.com/index.php the session will also be active on this subdomain.

Also i do not have access to the php.ini file.

Please Help...

joshl_1995 22 Twisted Digital

Is there anyway i could run myown database on my website so i can access it from all my other websites? My website already has it's own which is from the hoster but i want to make my own.

joshl_1995 22 Twisted Digital

@exactprecisions Oh, ok well is there a website with a normal database?

@JorgeM My website does have a database but for security reasons they won't allow access to it from outside my website but i want to access a database that all my websites can use.

joshl_1995 22 Twisted Digital

Hello Community,
Is there a website that has a database like phpmyadmin that i can access from my website?

Please help...

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to make a spark effect the follows a path using WPF.

Please Help...

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to get a grid from another window to display in another window by the way i'm using fluidkit slide transition.

Please Help...

joshl_1995 22 Twisted Digital

Still not working and yes i do have the direct link to the file.
It just starts with an ip (eg. http://1.2.3.4:5678/ Directory / Filename . Extension)

joshl_1995 22 Twisted Digital

What i want is for each users to get there own directory for them to store there files and for them to also run there files; but if they wanted to make a (eg. php) file they could use ../ to get out of there directory which means they would go into the directory that contains my website files and if they wanted to they could delete my files. What i want is for them to be restricted from them leaving there directory using there files (a php file using ../).

Now If you still don't under stand what i mean, you never will because i don't know how else i can explain it any better.
joshl_1995 22 Twisted Digital

What i want it so a user can't leave the directory i place them.
That also means they can't use ../ to go back a directory.

joshl_1995 22 Twisted Digital

Like when I use webclient it just says it's finished downloading but than when I use the downloaded file it says error.

joshl_1995 22 Twisted Digital

Ok, than how?

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to restrict sub directories from accessing the parent directory (the main directory where all my website file are stored) and from having any interaction with the previous folders (so once there in the child folder they can't leave it eg. using ../)

Is there a way doing this using PHP or .htaccess?

Please help...

joshl_1995 22 Twisted Digital

Yer i tried them but for some reason they wont let me download the file i can only download the file using the webbrowser for some reason note the download like is from an ip could that be why it won't work? eg. http://1.2.3.4/THEN_THE_FILENAME_IS_HERE

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to to use the webbrowser to download a file silently without the download file dialog coming up. What i want is to use Browser.Navigate("Download Path") and i don't want the file dialog to show up i want it to just download the file to a path of my choice (eg. My.Settings.Path).

Please Help...

joshl_1995 22 Twisted Digital

Hello Community,
I want to know if there is a way to make a program that will click a button on a webbrowser but the button does not have a name (name="") or id (id="") property it just has a class (class="") property and if there is a way is there also a way to place text in a textbox on the webbrowser again the textbox does not have a name (name="") or id (id="") property it just has a class (class="") property.

joshl_1995 22 Twisted Digital

Thanks

joshl_1995 22 Twisted Digital

Hello Community,
I would like to know if there is a way to use augmentations on a visual basic.net program?

Eg. "ProgramName.exe Command"

And i mean on my vb program so i could use a commandline using cmd to do something on my program.

Please Help.

joshl_1995 22 Twisted Digital

Maby a bit of the code just to start me off

joshl_1995 22 Twisted Digital

Thanks

joshl_1995 22 Twisted Digital

I know that. I'm asking how?

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to replace a cell value from one excel spreadsheet and save it as another spreadsheet but with the replaced cell value.

Please Help

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to make a program that will copy text from an excel spreatsheet and place it in another using visualbasic.net not vba?

Please Help

joshl_1995 22 Twisted Digital

Hello Community,
I was thinking about starting a suggest a program project so people can suggest a program and others can vote on a program for me to make.

I was wondering would that be a good idea and would it be worth it?

joshl_1995 22 Twisted Digital

Hello Community,
I need help with this script, i can't seem to use this to switch beteen dll files that contain a form eg. if i use it to open a form from the dll file called "Dll One" then when i click the button again it still opens the form from "Dll One", but i want it to open the form from a dll file called "Dll Two".

(I have uploaded the form)

Please Help...

joshl_1995 22 Twisted Digital

I wan't a way to switch between grids using a transition effect. (eg. slide, blur or hour glass)

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to make grid transition in visual studio using the language visual basic.

Please help...

joshl_1995 22 Twisted Digital

I haven't started making it yet, and i'm using Visual Studio 2012 Express.

joshl_1995 22 Twisted Digital

Hello Community,
I was making my own custom window and i need help with making it in wpf, i am new to wpf so i don't know much XAML so i was wondering if you can help?, this is what i wan't.
In the example i'm using the minimize button.
ex_1
ex_2
I hope i made this clear enough.

Please help...

joshl_1995 22 Twisted Digital

Thanks for trying to help but i said a referencing the dll to my project is NOT an option.

joshl_1995 22 Twisted Digital

Hello Community,
I was wondering if there is a way to programmatically import a dll containing a form.
Example: When i press a button it will open the form from the dll.
NOTE: I need to programmatically import the dll.

Please help

joshl_1995 22 Twisted Digital

From scratch

joshl_1995 22 Twisted Digital

Yer i want to make my own installer.

joshl_1995 22 Twisted Digital

Hello community,
I was wondering if there is a way to make an installer.
My own installer not like innosetup or something else i talking my very own setup/installer.
If there is a way to can you tell me how if you know how.

Thanks