code
search
solutions
software
Search
Search
developers help
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
unserialize php delphi
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
Need a PHP & Delphi Master
--------------------- SORRY 4 LONG POST --------------------- Hi guys. When i was asked by a client of mine i wondered if i could do this... Due 2 my knowledge, i had to write this thread ...
2.
PHP & Delphi
I need code to Encrypt a 16 character string in
PHP
and and then the code to Decrypt it in
Delphi
. (The stronger the encryption the better.) For two days I have searched and experimented ...
3.
How to pass simple/complex types to Pear::SOAP Proxy
... Here is my code: include("XML/Serializer.
php
"); require_once SOAP/Client.
php
; include("XML/
Unserialize
r.
php
"); $wsdl = new SOAP_WSDL(irwebservice.wsdl); ...
4.
How to transform regular date into Delphi format within my PHP script
I need to transform date gotten using
PHP
date() function into
Delphi
form - number of days since 30/12/1899. Can anyone help me? I need to transform date gotten using
PHP
date() ...
5.
Calling a Delphi application from a PHP File...
Hello, I am a total beginner when dealing with
PHP
. Currently, we have a
Delphi
5 application that generates customized invoices (in a PDF format) and email them to their recipient. We ...
6.
Delphi Math to PHP Math Question
Delphi
Math to
PHP
Math Question. In
Delphi
, their are two functions as noted below: Code: Function Sqr(X: Extended): Extended; squared: sqr(x) = x2 (second power) ...
7.
Delphi program rewritten as a PHP web app question
I am currently working on a project in which I need to convert a
Delphi
program into a
PHP
web application. I dont have access to Borland
Delphi
, nor am I a
Delphi
programmer. I have read ...
8.
Programing PHP like Delphi
Hello! I was wondering if is possible to make softwares with
PHP
. Like
Delphi
. Would be great. Anyone know A program that do this thing? thanks Hello! ...
9.
Help in converting a portion of Delphi codes into PHP
Hi, I need help in converting this portion of
Delphi
codes into
PHP
. My
PHP
application is supposed to retrieve an encoded password from the registry (already done so) and then decode the ...
10.
unserialize error
When trying to
unserialize
i am getting the following error Notice:
unserialize
() [function.
unserialize
]: Argument is not a string in F:webserverisforumforumv3search.
php
on line 161 I ...
11.
php login script authetication
... { list($username, $cookie) = @
unserialize
($cookie); if (!$username or !$cookie){ return; } $username = $this->db->quote($username); $cookie = $this->db->quote($cookie); ...
12.
Serialize / unserialize object or re-create it? => Performance
Hi all I have an object in
PHP
that I need on every site of my web again. The object is never changed, so I could serialize it to a file and then
unserialize
it on the next page. Or I could ...
13.
Optimising PHP.ini
... = 9 ;zlib.output_handler = implicit_flush = Off
unserialize
_callback_func= serialize_precision = 100 allow_call_time_pass_reference = Off safe_mode = Off safe_mode_gid = Off safe_mode_include_dir ...
14.
output MySQL data as CSV file using PHP
... echo implode(, ,
unserialize
($rs[$dataArray])); ..so for example the inputted data could be outputted like.. Firstname Lastname item1, item2, item3, item4, ...
15.
Need Coppermine/phpbbhelp None recieved at forums
... instructions are here After editing the proper files and attempting to login I found that I recieve this error Code: Notice:
unserialize
(): Error at offset 0 of 92 bytes in ...
16.
Building Open Source PHP licensing class...
Ive started to build a
php
class with the function of creating license keys. Ideally suited for source encoded (ioncude, source guardian, etc) projects. My aim for this project is to build an ...
17.
Format unserialized results
... and so on.. Using the following...
PHP
Code: $
Unserialize
dOutput=
unserialize
($rs[Strings]); foreach($
Unserialize
dOutput as $StringOutput) ...
18.
PHP MySQL login script using sessions.
Hi all, Right, basically I have the following script using sessions to implement a login feature and then redirect the user to the appropriate part of the site according to their "role", ...
19.
Unserialize Explot...
As you all should know by now, there is a serious exploit discovered in the
PHP
code itself. I have designed a script that makes GREAT use of the
unserialize
and serialize function and now that ...
20.
can unserialize an array
... next page i get this error: Notice:
unserialize
(): Error at offset 6 of 247 bytes in my
PHP
looks like this: $ts = $_GET[timestamp]; $tstamp =
unserialize
($ts); what am i doing wrong, it is ...
<<
Start
<
Prev
1
2
Next
>
End
>>
Popular Resources
how to query a mysql field value with ampersand
warning fsockopen [function fsockopen] unable to connect udp
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats