Jump to content

swilla

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

swilla's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is still an HTML problem since PHP basically outputs what you want into the html on the page. For this particular problem you just need to define the target property in your link. Here is an example: <a href="profile.php" target="main_frame">Profile</a>
  2. The best place to start would be to look at the PHP manuals for each part of the project you are working on. In your case you are going to be dealing with SOAP and curl. The best park of the manual pages for PHP is at the bottom there are a lot of examples that will allow you to become more familiar with the usage. http://www.php.net/soap http://www.php.net/curl
  3. This is possible using PHP GD. You can take a look at the documentation on how to do this: http://www.php.net/manual/en/book.image.php The functions you would most likely need are: jpeg2wbmp — Convert JPEG image file to WBMP image file png2wbmp — Convert PNG image file to WBMP image file
  4. It all depends on where the display:none; is located. Normally when this happens its because the div tag is not closed appropriately so the page does not finish loading.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.