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 : Programming

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

Last Inserted ID in PHP Mysql

  • September 7, 2011

Getting the last inserted ID in PHP(Mysql) is not too bad. I am assuming that you already have a connection to the database; echo mysql_insert_id(); or $result = mysql_query (‘SELECT LAST_INSERT_ID()’); $row = mysql_fetch_array($result); echo … Read more

    • MySQL
    • PHP
    • Programming

Remove Slashes added by mysql_real_escape_string

  • September 5, 2011

Here step my step how to solve the issue First Verify the status of your get_magic_quotes_gpc directive if (get_magic_quotes_gpc()) echo ‘Magic Quotes is enabled’; else echo ‘Magic Quotes is disabled’; or check your php.ini via … Read more

    • PHP
    • Programming

Shared Modules vs Compiling php –with-[extention]

  • September 1, 2011

PHP extensions  are either compiled into PHP or simply loaded as Shared modules. Compiled into PHP example ./configure –with-mysql or Shared Module example php_mysql.dll http://php.net/manual/en/install.windows.extensions.php php_mysql.so or you can use yum or apt-get depending on … Read more

    • PHP
    • Programming

ERROR: unable to unpack Structures_Graph-1.0.4.tgz (on Windows)

  • August 31, 2011
  • 2 comments

You try to run : pear install Structures_Graph and you are greeted with ERROR: unable to unpack C:\Program Files\Zend\ZendServer\bin\PEAR\tmp\Structures_Graph-1.0.4.tgz Let’s go and see how we can fix this. This pear software is buggy on Windows … Read more

    • Other
    • 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