php
Getting a variable from POST and redirect
I managed to solve 90% of my problem from an earlier question, I\'ll ask it separately because the original one is overly complicated, while now I just need something I believe is really easy.[详细]
2023-04-13 07:39 分类:问答Restricting the access to specific pages
I\'m building a quiz web application.The functionality of the site is just about complete.However, I\'d like to create a script that allows me to input new quizzes and questions from my web browser as[详细]
2023-04-13 07:39 分类:问答PHPUnit Selenium Server - Better/Custom Error Handling?
Is there a way I can have PHPUnit just continue after an error?For example, I have a large test suite (400+ steps) and I would prefer that if say, an element is not开发者_JAVA技巧 found, it doesn\'t s[详细]
2023-04-13 07:38 分类:问答PHP preg_match() ungreedy match issue
I use PHP pattern modifier \"U\" to invert the default greedy behavior with preg_match(). However, it doesn\'t work the way I want. My code:[详细]
2023-04-13 07:38 分类:问答populate dropdown is not working
I am trying to populate the dropdown using the following code. My database connection string works fine. But the dropdown is empty for some reason.[详细]
2023-04-13 07:37 分类:问答Why are there � on my page
I\'ve already set my page default charset and MySQL table charset utf8. It works well on some of the pages, but on some pages when output some certain Chinese characters like \'全\' and \'公\' it appe[详细]
2023-04-13 07:37 分类:问答Changing Kerberos password with PHP
I have a need to create and update user pass开发者_StackOverflowword using Kerberos and my site is PHP. I found a PHP extension which allows this type of interaction, but it is from 2003 and can no lo[详细]
2023-04-13 07:34 分类:问答Sorting list of files in an a multi dimensional array
There are many similar questions and I almost have the solution but I have a case that isn\'t sorted like the client wants it.[详细]
2023-04-13 07:31 分类:问答Drupal 7 Node --> Fields Mapping In Database
I am trying to figure out how nodes are mapped back to the fields they contain for learning purposes. How is thi开发者_JAVA技巧s done?In Drupal 7 you have entities and fields; fields are attached to e[详细]
2023-04-13 07:30 分类:问答Handling a fatal error in PHP from an AJAX call
Quite simply, I want my javascript to be able to react to a fatal 500 error caused by PHP, appropriately to the error.[详细]
2023-04-13 07:29 分类:问答