Recent content by CazZmo

  1. C

    PHPMYADMIN MYSQL PHP?

    i have tried installing many simple login scripts that can be found around the internet where you just change the database information to match your website and the page works... only problem for me is it doesnt work... it seems after about 5 different scripts like this i am unable to get the...
  2. C

    xml php can i delete a text node or a whole element?

    I am working with an xml file that stores a blurb of text i then want to be able to go back and overwrite that text when it needs to be changed. <?php $dom = new DomDocument('1.0'); $dom->load('about.xml'); $root = $user->getElementsByTagName("about"); // here i want to delete the...
Back
Top