Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : PHP

PHP

Difference Between $this and self in PHP

  • September 26, 2011

What is the real difference between $this and self:: ? A simple Google search will return several sites that show a definition such as this one: “Use $this to refer to the current object. Use … Read more

    • PHP
    • Programming

Difference between print and echo in PHP

  • September 12, 2011

I am not going to be too verbose on this one because there is no reason to. Both echo and print do the same thing with the exception that: 1. “echo” seems to be faster … Read more

    • PHP
    • Programming

Convert String from UTF- to ISO-8859-1 in PHP

  • September 12, 2011

If your html looks like “ycsoftware †categories“, you will need to use the ICONV function to convert the string to something that humans can read. $str = iconv(“UTF-8”, “ISO-8859-1//TRANSLIT”, $str); Your result should look … Read more

    • PHP
    • Programming

Meaning of Curly Braces in PHP

  • September 11, 2011

What is the meaning of curly braces in PHP? In PHP curly braces are used to explicitly indicate the end of a string. for example let’s say you have this: $computer = ‘computer’; if i … Read more

    • PHP
    • Programming

URL Confirm Box Javascript

  • September 9, 2011

Here is how to do a confirm box just in case you forget it <span> <a href=”delete.php” <strong>OnClick</strong> OnClick=”return confirm(\’Are you sure you want to delete?\’);”> delete everything </a> </span>

    • Javascript
    • PHP
    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top