php-windows Digest 27 Aug 2004 16:08:55 -0000 Issue 2373
Topics (messages 24455 through 24457):
Which PHP survey?
24455 by: Anne Shroeder
Anyone ever use ToolBook to be client to PHP server scripts?
24456 by: Bestman4unowwa.aol.com
EXCEPTION_ACCESS_VIOLATION
24457 by: Raj Gopal
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
http://php.resourceindex.com/Complete_Scripts/Survey_and_Voting/
I need to create a survey that has:
- radio button answers
- checkbox answers
- matrix with radio button answers, and
- free form text answers
I also need to be able to give the administrator of the survey the ability
to sort the answers.
Has anyone ever used any of the surveys listed on the URL above and have
comments, positive or negative about them?
Anne
--- End Message ---
--- Begin Message ---
I'm trying to connect a ToolBook cleint to send via HTTP Post some user information
but I'm having trouble making the connection. I'm sending variables with TB HTTP Post
but they don't seem to get to the PHP script I'm sending them to.
In my php script I'm trying to get the data sent to it using #HTTP_POST_VARS. Also,
I'm trying to send an acknowledgement back to ToolBook with header() function. Does
this make sense?
Am I on the right track here?
--- End Message ---
--- Begin Message ---
Hi All,
I am Using
Windows 2K Server with SP2
PHP 4.3.4
JSDK 1.4.1
and calling a Java class file from PHP. I get
EXCEPTION_ACCESS_VIOLATION The trace is as follows
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at
PC=0x7C57E592
Function=[Unknown.]
Library=C:\WINNT\system32\KERNEL32.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for
possible
reason and solutions.
Current Java thread:
at com.documentum.dmcl.Dmcl40.get(Native Method)
at
com.documentum.fc.connector.DfConnection.apiGet(DfConnection.java:199)
- locked <03375380> (a
com.documentum.fc.connector.DfConnection)
at
com.documentum.fc.connector.DfConnection.<init>(DfConnection.java:174)
at
com.documentum.fc.connector.DfConnectionFactory.getConnection(DfConnectionFactory.java:25)
at
com.documentum.fc.client.DfClientSupport.getConnection(DfClientSupport.java:584)
at
com.documentum.fc.client.DfClientSupport.newSession(DfClientSupport.java:151)
at com.wyeth.utils.DfQueryExec.getSession(DfQueryExec.java:504)
at
com.wyeth.utils.DfQueryExec.getDocbaseConnection(DfQueryExec.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at net.php.reflect.Invoke(reflect.java:347)
It looks like it is running into some stack problems. I think the code
is fine because, I tried on a different W2K server
1) Is there any hot fix I should run on Win2K
2) what is the correct JDK, Service Pack etc. I should have to get over
this problem?
Appreciate your help
--- End Message ---