Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Jakub Vrana
has contributed to:
How do I make a webcounter that I can call from a non-php HTML site ? (I can do easy mysql/php part)
how do i update mysql db with form variables using php?
Can I use an image link that when clicked opens up a php file and inserts a specified image into it?
how to connect mysql database from pc1 and I'm using php5 from pc2 on windows platform.
Can CLI and CGI modules of php be both installed ?
Will+the+mail+function+work+if+use+in+intranet+envirnoment%3F
How can I transmit the session information to a script opened using fopen("http://localhost"); ?
If I append to a file, but if I hit refresh, the same info gets appended again. How do I fix that?
I want to define "$DROOT = $_SERVER['DOCUMENT_ROOT']" once only for all "include($DROOT.'/')". How?
How do I avoid having the SESSIONID come up in my links?
Are there generally agreed best practice coding recommendations for PHP?
Why it cannot shows me the errors in the PHP file?It only shows me a blank page.
Can anybody answer me if exist a module for php which allows work with RAR archives like php_zip.dll
Does PHP support foreign Language such as Thai, chienese
I need to draw the plane of a house. I have data needed in a database table. Can I do it with PHP
Why do I get the error "Internet Explorer cannot download test.php from localhost.". testing PHP?
How do I stop a space-seperated string from being truncated when it is passed using a form construct
how can I execute .exe file(stored as blob in db) upon reading them
How can I use CTRL+N (new page on IE6) whitout copying the session id to the new page?
How do I remove the words "A","The","An" from the beginning of title.
I have 100 sites on a 1 virtual server. I need to display all the images in a directory to each site
How do I escape brackets in a regexp? I want to remove all but azAZ09_-[] from a string..
How can I find all chars NOT WITHIN any tag please?
How can I extract metatag keywords from pages serving longtext mysql column info?
how can i change 2nd part of url that starts with qid= and replace everything that follows with "hi"
How do I find "tagname", "attributen", and "data" from "<tagname attributename=attributevalue>data</
I need copy from urls inserted on my site using php - sites link will be present
I want to replace 'and' with 'or' in a string but want it to only work on whole words. eg not 'sand'
How do I find two patterns in a line with arbitrary number of characters between ?
How can I replace the first occurance of cat with cat1, second occurance of cat with cat2 and so on using ereg_replace or str_replace?