Hello, I am trying to add content to wordpress database with php. There is a field on the mysql table. For each entry it goes up by one number. it is like this: http://localhost/wordpress/?p=1 http://localhost/wordpress/?p=2 http://localhost/wordpress/?p=3 ... How can i make a php function to do this so every entry will have one number higher than the one before.