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

Monthly Archives: September 2011

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
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
  • © 2026 Ycsoftware.net
Top