hello i am trying to pass a large serialized array (12.4kb) using POST via PHP, but it doesn't get passed completely i only recieve 269 bytes, whats wrong? i am using Godaddy linux shared hosting.
Mohammed S 0 Newbie Poster
Recommended Answers
Jump to PostThe array doesn't contain any slashes or quotes does it? You may just need to run some clean up like mysql_real_escape_string on it to get it to come through.
Jump to PostIn php5 you have to have an open connection to mysql to use the mysql_real_escape_string. You can also try addslashes().
Jump to Postcan you post your code up?
Jump to PostThat could work, you should try it out and see what happens.
All 13 Replies
as.bhanuprakash 2 Junior Poster
Mohammed S 0 Newbie Poster
Fbody 682 Posting Maven Featured Poster
Mohammed S 0 Newbie Poster
xylude 3 Junior Poster
Mohammed S 0 Newbie Poster
xylude 3 Junior Poster
Mohammed S 0 Newbie Poster
Mohammed S 0 Newbie Poster
xylude 3 Junior Poster
xylude 3 Junior Poster
Mohammed S 0 Newbie Poster
xylude 3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.