codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Directory Paths – Current working

    26th June 2014

    Php - Strings

    php codehaven

    Different direction slashes

    Example: – C:/wamp/www/AAAMYBUILD

    Example: – C:\wamp\www\AAAMYBUILD

    Another way is
    Example: – C:\wamp\www (running from www folder)

    You can also define a path and use it like the following
    Example: – C:\wamp\www\campaigns.php (I was running it in the www folder)

    Was this code snippet helpful?