How do I go about splitting a string by delimiter in PHP? For example, if I have the string “a.b”, how do I get “a”?
Jason from Maryland
How do I go about splitting a string by delimiter in PHP? For example, if I have the string “a.b”, how do I get “a”?
Jason from Maryland
Hi
I have a php project that i am working on and I need to get the last day of the month. How do I accomplish this in php?
Jamie from Washington DC
I want to be able to have a variable with a fixed number of digits. If the variable is less than the fixed number of digits I want to add some leading zeros. For example if I have a number 7654321 and I want the fixed number of digits to be eight the resulting variable should be 07654321
Is there a PHP function for that?
Thank
Bob from Germantown
I need to convert seconds to Hour:Minute:Second.
For example: 685 converted to 00:11:25
How can I achieve this in PHP?
John from Washington DC
How would I go about getting the number of files in a folder using ASP.NET with C#?
Jack from Germantown
I want to be able to do a Response.Redirect(“MyPage.aspx”) but have it open in a new browser window. Want to do this without using the JavaScript register script method. How do I go about doing this?
James from Rockville
I am working on a web development project and I wanted to find out what is the difference between Server.Transfer and Response.Redirect? What are advantages and disadvantages of each?
Jonathan from Montgomery County
I have an old VB.NET web forms application that has a function that takes 30 seconds or so to run when a button is clicked. I need to prevent users from clicking the button multiple times while it is still processing.
Somehow disabling the button to prevent multiple submissions is the ideal for this application. How can I do this?
Harrison from Germantown.
I have a Web Development question. What is the main difference between storing information in a Session v.s. a Cache? Advantages and disadvantages?
If I have a simple search page which returns the results to a data table and binds it to a grid view. If I want to store the search results, is it better to store it in a Session since each user would most likely have different results or can I still store the searches in Cache.
Jason from Washington DC
I am a beginner in web development and I would like to get the clients date time value. If I use DateTime.Now, then I get the date and time from the server point of view. Do you have a solution?
Thanks
Richard from Maryland.